summaryrefslogtreecommitdiff
path: root/roundcubemail/config/db.inc.php.dist
diff options
context:
space:
mode:
authorsparc <sparc@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-20 15:51:59 +0000
committersparc <sparc@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-20 15:51:59 +0000
commit7344d2540eafce525d67ae8395d74eeaa09bdfc3 (patch)
tree5e9dc43319895e08a06d4412b35fdb774b6ccd3e /roundcubemail/config/db.inc.php.dist
parentd9cbaf047eb0c2a8d310b51335cf1976978fc492 (diff)
MDB2 integration
git-svn-id: https://svn.roundcube.net/trunk@43 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config/db.inc.php.dist')
-rw-r--r--roundcubemail/config/db.inc.php.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist
index e1e95d17e..987530922 100644
--- a/roundcubemail/config/db.inc.php.dist
+++ b/roundcubemail/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';