Set the temp directory for Roundcube, related to #365
(cherry picked from commit 34d88144b2)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user