add documentation on notice inboxes

darcs-hash:20081113214544-84dde-a6de7a968847a7043aecdf0201abca648dd15e70.gz
This commit is contained in:
Evan Prodromou
2008-11-13 16:45:44 -05:00
parent 69a1cea319
commit 169b3e00e1
2 changed files with 46 additions and 2 deletions

View File

@@ -111,7 +111,9 @@ $config =
'memcached' =>
array('enabled' => false,
'server' => 'localhost',
'port' => 11211)
'port' => 11211),
'inboxes' =>
array('enabled' => true), # on by default for new sites
);
$config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');