Use the environment secret key instead of default one
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user