This commit is contained in:
@ -4,10 +4,6 @@ DEBUG = True
|
|||||||
|
|
||||||
SECRET = "{{ alerta_secret_key }}"
|
SECRET = "{{ alerta_secret_key }}"
|
||||||
|
|
||||||
ALLOWED_ENVIRONMENTS = [
|
|
||||||
"autonomic-internal"
|
|
||||||
]
|
|
||||||
|
|
||||||
BASE_URL = "/api"
|
BASE_URL = "/api"
|
||||||
USE_PROXYFIX = True
|
USE_PROXYFIX = True
|
||||||
|
|
||||||
@ -56,8 +52,7 @@ PLUGINS = [
|
|||||||
"alerta-mailer",
|
"alerta-mailer",
|
||||||
"amqp",
|
"amqp",
|
||||||
"blackout",
|
"blackout",
|
||||||
"normalise",
|
"normalise"
|
||||||
"reject",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
AMQP_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/alerta"
|
AMQP_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/alerta"
|
||||||
|
|||||||
Reference in New Issue
Block a user