mirror of
https://github.com/YunoHost-Apps/2FAuth_ynh.git
synced 2024-09-03 20:36:18 +02:00
fix mail
This commit is contained in:
parent
fbe9509e86
commit
6ba8c63386
2 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,7 @@ DB_PASSWORD=__DB_PWD__
|
|||
MAIL_DRIVER=smtp
|
||||
MAIL_HOST=localhost
|
||||
MAIL_PORT=25
|
||||
MAIL_FROM=admin@__DOMAIN__
|
||||
MAIL_FROM=__APP__@__DOMAIN__
|
||||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
MAIL_ENCRYPTION=null
|
||||
|
|
|
@ -49,6 +49,7 @@ ram.runtime = "50M"
|
|||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
|
|
Loading…
Reference in a new issue