Fucking with amqp details
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-10 10:40:46 +02:00
parent 683cb260da
commit 6227e9c5aa

View File

@ -7,7 +7,8 @@ sslverify = False
timezone = Europe/London timezone = Europe/London
[alerta-mailer] [alerta-mailer]
amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu amqp_topic = notify
amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}
config_file = /app/alerta.conf config_file = /app/alerta.conf
dashboard_url = https://{{ domain }} dashboard_url = https://{{ domain }}
debug = True debug = True