1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fab-manager_ynh.git synced 2024-09-03 18:36:16 +02:00

email: set proper username/pwd, set adminsys_email

This commit is contained in:
Salamandar 2024-03-14 19:17:17 +01:00
parent 0a6515d2fc
commit 28dc1a2869
2 changed files with 10 additions and 9 deletions

View file

@ -5,8 +5,8 @@ production:
delivery_method: 'smtp'
smtp_address: 'localhost'
smtp_port: 25
smtp_user_name:
smtp_password:
smtp_user_name: '__APP__'
smtp_password: '__MAIL_PWD__'
time_zone: 'Paris'
smtp_authentication: 'none'
smtp_enable_starttls_auto: false
@ -38,6 +38,6 @@ production:
max_import_size: 5242880
max_proof_of_identity_file_size:
disk_space_mb_alert: 1024
adminsys_email: 'root@__DOMAIN__'
adminsys_email: '__ADMIN_MAIL__'
allow_insecure_http: false
locked_settings: <%= ENV.fetch("LOCKED_SETTINGS", 'uuid,origin').split(/,/) %>

View file

@ -51,6 +51,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
allow_email = true
[resources.install_dir]