|
|
|
|
@ -16,11 +16,13 @@ $rcmail_config = array();
|
|
|
|
|
|
|
|
|
|
// PEAR database DSN for read/write operations
|
|
|
|
|
// format is db_provider://user:password@host/database
|
|
|
|
|
// For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
|
|
|
|
|
// currently supported db_providers: mysql, mysqli, pgsql, sqlite, mssql
|
|
|
|
|
|
|
|
|
|
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
|
|
|
|
|
// postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail';
|
|
|
|
|
// sqlite example: 'sqlite://./sqlite.db?mode=0646';
|
|
|
|
|
// Warning: for SQLite use absolute path in DSN:
|
|
|
|
|
// sqlite example: 'sqlite:////full/path/to/sqlite.db?mode=0646';
|
|
|
|
|
|
|
|
|
|
// PEAR database DSN for read only operations (if empty write database will be used)
|
|
|
|
|
// useful for database replication
|
|
|
|
|
|