mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Make roundcube use SESSION_TIMEOUT
This commit is contained in:
parent
5f313310d4
commit
3a46ee073c
@ -13,6 +13,7 @@ $config['log_driver'] = 'stdout';
|
|||||||
$config['zipdownload_selection'] = true;
|
$config['zipdownload_selection'] = true;
|
||||||
$config['enable_spellcheck'] = true;
|
$config['enable_spellcheck'] = true;
|
||||||
$config['spellcheck_engine'] = 'pspell';
|
$config['spellcheck_engine'] = 'pspell';
|
||||||
|
$config['session_lifetime'] = {{ SESSION_TIMEOUT // 60 }};
|
||||||
|
|
||||||
// Mail servers
|
// Mail servers
|
||||||
$config['default_host'] = '{{ FRONT_ADDRESS or "front" }}';
|
$config['default_host'] = '{{ FRONT_ADDRESS or "front" }}';
|
||||||
|
Loading…
Reference in New Issue
Block a user