diff options
author | svncommit <devs@roundcube.net> | 2005-10-20 15:51:59 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2005-10-20 15:51:59 +0000 |
commit | f45ec7e91895c9de8c9c244a174f34220de0d9ab (patch) | |
tree | e16cb029f0b5e8a11bd4c23f41d3355ccfa7ffd6 /config | |
parent | 4301b06027a81941ef418418775797b2b926a8b6 (diff) |
MDB2 integration
Diffstat (limited to 'config')
-rw-r--r-- | config/db.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index e1e95d17e..987530922 100644 --- a/config/db.inc.php.dist +++ b/config/db.inc.php.dist @@ -25,6 +25,9 @@ $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; // userful for database replication $rcmail_config['db_dsnr'] = ''; +// database backend to use (only db or mdb2 are supported) +$rcmail_config['db_backend'] = 'db'; + // you can define specific table names used to store webmail data $rcmail_config['db_table_users'] = 'users'; |