mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
debug
This commit is contained in:
parent
bb3ccea172
commit
b0b80763b6
2 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ $conf['mail_allow_html'] = true;
|
|||
// smtp_user/smtp_password: user & password for smtp authentication
|
||||
$conf['smtp_host'] = 'localhost:25';
|
||||
$conf['smtp_user'] = '__APP__';
|
||||
$conf['smtp_password'] = '__MAIL_PWD__';
|
||||
$conf['smtp_password'] = '';
|
||||
|
||||
// 'ssl' or 'tls'
|
||||
$conf['smtp_secure'] = null;
|
||||
|
|
|
@ -79,7 +79,7 @@ ram.runtime = "50M"
|
|||
format = "zip"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
#allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
|
|
Loading…
Reference in a new issue