Try to wire up kombu amqp driver
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
a1b7dc912e
commit
a30cb1a938
@ -7,7 +7,7 @@ sslverify = False
|
||||
timezone = Europe/London
|
||||
|
||||
[alerta-mailer]
|
||||
amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}"
|
||||
amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu"
|
||||
debug = True
|
||||
email_type = text
|
||||
endpoint = http://localhost:8080
|
||||
|
@ -60,6 +60,9 @@ PLUGINS = [
|
||||
"reject",
|
||||
]
|
||||
|
||||
AMQP_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu"
|
||||
AMQP_TOPIC = "notify"
|
||||
|
||||
DATABASE_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
|
||||
DATABASE_NAME = "{{ db_name }}"
|
||||
|
||||
|
Reference in New Issue
Block a user