Use only endpoint and don't pass /api
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-10 08:58:49 +02:00
parent 75dfe687d4
commit 59cb77d886
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -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 }}