Re-instate keys
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-10 09:46:08 +02:00
parent bd1aa4e643
commit a1b7dc912e
4 changed files with 15 additions and 14 deletions

View File

@ -1,9 +1,10 @@
[DEFAULT]
debug = True
endpoint = http://localhost:8080/api
key = {{ alerta_cli_api_key }}
output = psql
sslverify = False
timezone = Europe/London
debug = True
[alerta-mailer]
amqp_url = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}"

View File

@ -11,7 +11,7 @@ ALLOWED_ENVIRONMENTS = [
BASE_URL = "/api"
USE_PROXYFIX = True
AUTH_REQUIRED = False
AUTH_REQUIRED = True
AUTH_PROVIDER = "keycloak"
ADMIN_USERS = [