1
0
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:
Pierre Jaury 2016-05-29 15:56:44 +02:00
parent db311460ad
commit 944c4fa7a2

View File

@ -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;