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:
parent
0a6515d2fc
commit
1b5b122bfe
1 changed files with 9 additions and 9 deletions
|
@ -5,8 +5,8 @@ production:
|
||||||
delivery_method: 'smtp'
|
delivery_method: 'smtp'
|
||||||
smtp_address: 'localhost'
|
smtp_address: 'localhost'
|
||||||
smtp_port: 25
|
smtp_port: 25
|
||||||
smtp_user_name:
|
smtp_user_name: '__APP__'
|
||||||
smtp_password:
|
smtp_password: '__MAIL_PWD__'
|
||||||
time_zone: 'Paris'
|
time_zone: 'Paris'
|
||||||
smtp_authentication: 'none'
|
smtp_authentication: 'none'
|
||||||
smtp_enable_starttls_auto: false
|
smtp_enable_starttls_auto: false
|
||||||
|
@ -38,6 +38,6 @@ production:
|
||||||
max_import_size: 5242880
|
max_import_size: 5242880
|
||||||
max_proof_of_identity_file_size:
|
max_proof_of_identity_file_size:
|
||||||
disk_space_mb_alert: 1024
|
disk_space_mb_alert: 1024
|
||||||
adminsys_email: 'root@__DOMAIN__'
|
adminsys_email: '__ADMIN_MAIL__'
|
||||||
allow_insecure_http: false
|
allow_insecure_http: false
|
||||||
locked_settings: <%= ENV.fetch("LOCKED_SETTINGS", 'uuid,origin').split(/,/) %>
|
locked_settings: <%= ENV.fetch("LOCKED_SETTINGS", 'uuid,origin').split(/,/) %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue