Use only endpoint and don't pass /api
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
75dfe687d4
commit
59cb77d886
@ -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 }}
|
||||
|
Reference in New Issue
Block a user