This commit is contained in:
@ -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 }}"
|
||||
|
||||
@ -11,7 +11,7 @@ ALLOWED_ENVIRONMENTS = [
|
||||
BASE_URL = "/api"
|
||||
USE_PROXYFIX = True
|
||||
|
||||
AUTH_REQUIRED = False
|
||||
AUTH_REQUIRED = True
|
||||
AUTH_PROVIDER = "keycloak"
|
||||
|
||||
ADMIN_USERS = [
|
||||
|
||||
Reference in New Issue
Block a user