From 7344d2540eafce525d67ae8395d74eeaa09bdfc3 Mon Sep 17 00:00:00 2001 From: sparc Date: Thu, 20 Oct 2005 15:51:59 +0000 Subject: MDB2 integration git-svn-id: https://svn.roundcube.net/trunk@43 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/db.inc.php.dist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roundcubemail/config') 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'; -- cgit v1.2.3