diff --git a/alerta.conf.tmpl b/alerta.conf.tmpl index b907e49..115b9e0 100644 --- a/alerta.conf.tmpl +++ b/alerta.conf.tmpl @@ -13,7 +13,7 @@ config_file = /app/alerta.conf dashboard_url = https://{{ env "DOMAIN" }} debug = {{ env "DEBUG" }} email_type = text -endpoint = http://web:8080/api +endpoint = http://web:8080 key = "{{ secret "mailer_api_key" }}" mail_from = {{ env "MAIL_FROM" }} mail_template = /app/email.tmpl