This commit is contained in:
@ -13,7 +13,7 @@ config_file = /app/alerta.conf
|
|||||||
dashboard_url = https://{{ env "DOMAIN" }}
|
dashboard_url = https://{{ env "DOMAIN" }}
|
||||||
debug = {{ env "DEBUG" }}
|
debug = {{ env "DEBUG" }}
|
||||||
email_type = text
|
email_type = text
|
||||||
endpoint = http://web:8080/api
|
endpoint = http://web:8080
|
||||||
key = "{{ secret "mailer_api_key" }}"
|
key = "{{ secret "mailer_api_key" }}"
|
||||||
mail_from = {{ env "MAIL_FROM" }}
|
mail_from = {{ env "MAIL_FROM" }}
|
||||||
mail_template = /app/email.tmpl
|
mail_template = /app/email.tmpl
|
||||||
|
Reference in New Issue
Block a user