Run with kombu but don't quote
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-10 09:54:42 +02:00
parent a30cb1a938
commit 4b2f9b6ce6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ sslverify = False
timezone = Europe/London
[alerta-mailer]
amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu"
amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu
debug = True
email_type = text
endpoint = http://localhost:8080