Try to add /api for alerta-mailer
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-10 10:31:57 +02:00
parent 00eab3e31d
commit 6e8ec7a79a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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