Set the temp directory for Roundcube, related to #365

This commit is contained in:
kaiyou
2017-12-19 19:50:38 +01:00
parent d98f16333a
commit 34d88144b2

View File

@@ -4,6 +4,7 @@ $config = array();
// Generals // Generals
$config['db_dsnw'] = 'sqlite:////data/roundcube.db'; $config['db_dsnw'] = 'sqlite:////data/roundcube.db';
$config['temp_dir'] = '/tmp/';
$config['des_key'] = getenv('SECRET_KEY'); $config['des_key'] = getenv('SECRET_KEY');
$config['identities_level'] = 3; $config['identities_level'] = 3;
$config['reply_all_mode'] = 1; $config['reply_all_mode'] = 1;