summaryrefslogtreecommitdiff
path: root/config/db.inc.php.dist
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-10-07 14:17:08 +0000
committerthomascube <thomas@roundcube.net>2005-10-07 14:17:08 +0000
commit42b11351497ce67e96a0465c76694632cdfb3ecb (patch)
treee70135646b2422dccab017cb9f6999ad50e91564 /config/db.inc.php.dist
parent597170feb25f5c2e5a90a9c0b1fd62001f169afb (diff)
Several bugfixes and feature improvements
Diffstat (limited to 'config/db.inc.php.dist')
-rw-r--r--config/db.inc.php.dist5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist
index 2d8888b91..e1e95d17e 100644
--- a/config/db.inc.php.dist
+++ b/config/db.inc.php.dist
@@ -15,13 +15,14 @@
$rcmail_config = array();
// PEAR database DSN for read/write operations
-//format is db_provider://user:password@host/databse
+// format is db_provider://user:password@host/databse
+// currentyl suported db_providers: mysql, sqlite, pgsql
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
+// sqlite example: 'sqlite://./sqlite.db?mode=0646';
// PEAR database DSN for read only operations (if empty write database will be used)
// userful for database replication
-
$rcmail_config['db_dsnr'] = '';
// you can define specific table names used to store webmail data