mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-28 03:56:43 +02:00
Use the environment secret key instead of default one
This commit is contained in:
parent
db311460ad
commit
944c4fa7a2
@ -4,7 +4,7 @@ $config = array();
|
||||
|
||||
// Generals
|
||||
$config['db_dsnw'] = 'sqlite:////data/roundcube.db';
|
||||
$config['des_key'] = 'rcmail-!24ByteDESkey*Str';
|
||||
$config['des_key'] = getenv('SECRET_KEY');
|
||||
$config['identities_level'] = 3;
|
||||
$config['reply_all_mode'] = 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user