update some wordings in confit to match upstream
This commit is contained in:
parent
1bf95e1c45
commit
05f5a11102
1 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ $config = [];
|
|||
// Format (compatible with PEAR MDB2): db_provider://user:password@host/database
|
||||
// Currently supported db_providers: mysql, pgsql, sqlite, mssql, sqlsrv, oracle
|
||||
// For examples see http://pear.php.net/manual/en/package.database.mdb2.intro-dsn.php
|
||||
// NOTE: for SQLite use absolute path (Linux): 'sqlite:////full/path/to/sqlite.db?mode=0646'
|
||||
// Note: for SQLite use absolute path (Linux): 'sqlite:////full/path/to/sqlite.db?mode=0646'
|
||||
// or (Windows): 'sqlite:///C:/full/path/to/sqlite.db'
|
||||
$config['db_dsnw'] = '{{ rcube_db_plugin }}://{{ rcube_db_username }}:{{ rcube_db_passwd }}@{{ rcube_db_hostname }}/{{ rcube_db_name }}';
|
||||
|
||||
|
@ -79,12 +79,12 @@ $config['smtp_host'] = '{{ rcube_security_proto }}://{{ rcube_smtp_server }}:{{
|
|||
// To specify different SMTP servers for different IMAP hosts provide an array
|
||||
// of IMAP host (no prefix or port) and SMTP server e.g. ['imap.example.com' => 'smtp.example.net']
|
||||
|
||||
// SMTP username (if required) if you use %u as the username Roundcube
|
||||
// will use the current username for login
|
||||
// SMTP username (if required)
|
||||
// Note: %u variable will be replaced with current user's username
|
||||
$config['smtp_user'] = '{{ rcube_smtp_user }}';
|
||||
|
||||
// SMTP password (if required) if you use %p as the password Roundcube
|
||||
// will use the current user's password for login
|
||||
// SMTP password (if required)
|
||||
// Note: When set to '%p' current user's password will be used
|
||||
$config['smtp_pass'] = '{{ rcube_smtp_passwd }}';
|
||||
|
||||
// Log sent messages to <log_dir>/sendmail.log or to syslog
|
||||
|
@ -121,7 +121,7 @@ $config['support_url'] = '{{ rcube_support_url }}';
|
|||
// This is used by the 'file' log driver.
|
||||
$config['log_dir'] = '{{ rcube_logdir }}';
|
||||
|
||||
// use this folder to store temp files
|
||||
// Location of temporary saved files such as attachments and cache files
|
||||
// must be writeable for the user who runs PHP process (Apache user if mod_php is being used)
|
||||
$config['temp_dir'] = '{{ rcube_temp_dir }}';// Name your service. This is displayed on the login screen and in the window title// This key is used to encrypt the users imap password which is stored
|
||||
// in the session record. For the default cipher method it must be
|
||||
|
|
Loading…
Reference in a new issue