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