Don't reject for now
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-10 12:15:02 +02:00
parent 6fab400866
commit 46c9d21c06
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 6 deletions

View File

@ -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"