1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

fix pgp home path in a muti-install context

This commit is contained in:
ericgaspar 2022-09-29 17:31:30 +02:00
parent 6652c1947d
commit bb49351fbc

View file

@ -14,7 +14,7 @@ $config['enigma_debug'] = false;
// REQUIRED! Keys directory for all users.
// Must be writeable by PHP process, and not in the web server document root
$config['enigma_pgp_homedir'] = '__FINALPATH__/plugins/enigma/home';
$config['enigma_pgp_homedir'] = '/var/www/__APP__/plugins/enigma/home';
// Location of gpg binary. By default it will be auto-detected.
// This is also a way to force gpg2 use if there are both 1.x and 2.x on the system.