Thomas Bruederli
2013-10-07 a69f9918cd1d3a0ca5fec28ac71801ff223435ae
config/defaults.inc.php
@@ -41,6 +41,16 @@
// you can define specific table (and sequence) names prefix
$config['db_prefix'] = '';
// Mapping of table names and connections to use for ALL operations.
// This can be used in a setup with replicated databases and a DB master
// where read/write access to cache tables should not go to master.
$config['db_table_dsn'] = array(
//    'cache' => 'r',
//    'cache_index' => 'r',
//    'cache_thread' => 'r',
//    'cache_messages' => 'r',
);
// ----------------------------------
// LOGGING/DEBUGGING