1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
This commit is contained in:
Éric Gaspar 2023-10-08 17:36:10 +02:00
parent 2fc13569af
commit a3460aa59d
2 changed files with 3 additions and 2 deletions

View file

@ -52,8 +52,8 @@ MAIL_FROM=bookstack@__DOMAIN__
# feature found in the "Settings > Maintenance" area of the system.
MAIL_HOST=localhost
MAIL_PORT=25
MAIL_USERNAME=bookstack
MAIL_PASSWORD=null
MAIL_USERNAME=__APP__
MAIL_PASSWORD=__MAIL_PWD__
MAIL_ENCRYPTION=null
# General auth

View file

@ -62,6 +62,7 @@ ram.runtime = "50M"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
allow_email = true
[resources.install_dir]