This commit is contained in:
@ -60,7 +60,7 @@ PLUGINS = [
|
||||
"reject",
|
||||
]
|
||||
|
||||
AMQP_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/kombu"
|
||||
AMQP_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/alerta"
|
||||
AMQP_TOPIC = "notify"
|
||||
|
||||
DATABASE_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
|
||||
|
||||
Reference in New Issue
Block a user