mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Rename DNS option attr_emulate_prepares to emulate_prepares, update changelog
[skip ci]
This commit is contained in:
@@ -30,7 +30,7 @@ $config = [];
|
||||
// Note: for SQLite use absolute path (Linux): 'sqlite:////full/path/to/sqlite.db?mode=0646'
|
||||
// or (Windows): 'sqlite:///C:/full/path/to/sqlite.db'
|
||||
// Note: Various drivers support various additional arguments for connection,
|
||||
// for Mysql: key, cipher, cert, capath, ca, verify_server_cert,
|
||||
// for Mysql: key, cipher, cert, capath, ca, verify_server_cert, emulate_prepares
|
||||
// for Postgres: application_name, sslmode, sslcert, sslkey, sslrootcert, sslcrl, sslcompression, service.
|
||||
// e.g. 'mysql://roundcube:@localhost/roundcubemail?verify_server_cert=false'
|
||||
$config['db_dsnw'] = 'mysql://roundcube:@localhost/roundcubemail';
|
||||
|
||||
Reference in New Issue
Block a user