diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-07 14:17:08 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-07 14:17:08 +0000 |
| commit | 42598a6bfeb4f154425dc8eda993b3df8d22d36a (patch) | |
| tree | a0b5735c2f1830fcbb16756f97ddd0f6e9b8b926 /roundcubemail/config/db.inc.php.dist | |
| parent | 083b33000fa063e11863e0b1f68e586adf4e1384 (diff) | |
Several bugfixes and feature improvements
git-svn-id: https://svn.roundcube.net/trunk@21 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config/db.inc.php.dist')
| -rw-r--r-- | roundcubemail/config/db.inc.php.dist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index 2d8888b91..e1e95d17e 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/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 |
