Run with kombu but don't quote
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
a30cb1a938
commit
4b2f9b6ce6
@ -7,7 +7,7 @@ sslverify = False
|
|||||||
timezone = Europe/London
|
timezone = Europe/London
|
||||||
|
|
||||||
[alerta-mailer]
|
[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
|
debug = True
|
||||||
email_type = text
|
email_type = text
|
||||||
endpoint = http://localhost:8080
|
endpoint = http://localhost:8080
|
||||||
|
Reference in New Issue
Block a user