Revert to using kombu

This commit is contained in:
Luke Murphy
2020-04-10 10:47:07 +02:00
parent 4f6752c005
commit ae6a644663

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