This commit is contained in:
parent
34899f34f2
commit
02433ec962
@ -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 }}/kombu
|
amqp_url = {{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/alerta
|
||||||
config_file = /app/alerta.conf
|
config_file = /app/alerta.conf
|
||||||
dashboard_url = https://{{ domain }}
|
dashboard_url = https://{{ domain }}
|
||||||
debug = True
|
debug = True
|
||||||
|
@ -60,7 +60,7 @@ PLUGINS = [
|
|||||||
"reject",
|
"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"
|
AMQP_TOPIC = "notify"
|
||||||
|
|
||||||
DATABASE_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
|
DATABASE_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
|
||||||
|
Reference in New Issue
Block a user