diff --git a/ansible/templates/alerta.conf b/ansible/templates/alerta.conf index 06d2ce0..90655d0 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -12,7 +12,7 @@ config_file = /app/alerta.conf dashboard_url = https://{{ domain }} debug = True email_type = text -endpoint = http://localhost:8080 +endpoint = http://localhost:8080/api key = {{ alerta_mailer_api_key }} mail_from = {{ mail_from }} mail_to = {{ mail_to }}