Set the temp directory for Roundcube, related to #365

(cherry picked from commit 34d88144b2)
This commit is contained in:
kaiyou
2017-12-19 19:50:38 +01:00
parent 4ce3a04287
commit c157088385

View File

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