mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-18 03:21:36 +02:00
Fix error in roundcube config
This commit is contained in:
parent
f88daa1e77
commit
ab80316df6
@ -13,7 +13,7 @@ $config['log_driver'] = 'stdout';
|
||||
$config['zipdownload_selection'] = true;
|
||||
$config['enable_spellcheck'] = true;
|
||||
$config['spellcheck_engine'] = 'pspell';
|
||||
$config['session_lifetime'] = {{ SESSION_TIMEOUT // 60 }};
|
||||
$config['session_lifetime'] = {{ SESSION_TIMEOUT }}; //60
|
||||
|
||||
// Mail servers
|
||||
$config['default_host'] = '{{ FRONT_ADDRESS or "front" }}';
|
||||
|
Loading…
Reference in New Issue
Block a user