diff --git a/ansible/templates/alerta.conf b/ansible/templates/alerta.conf index 5cd6cd2..166e34b 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -6,10 +6,9 @@ timezone = Europe/London [alerta-mailer] amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}" -dashboard_url = https://{{ domain }} debug = True email_type = text -endpoint = https://{{ domain }}/api +endpoint = https://{{ domain }} key = {{ alerta_mailer_api_key }} mail_from = {{ mail_from }} mail_to = {{ mail_to }}