This commit is contained in:
parent
82ceff1160
commit
0e30049503
@ -4,6 +4,9 @@ DEBUG = True
|
||||
|
||||
SECRET = "{{ alerta_secret_key }}"
|
||||
|
||||
BASE_URL = "/api"
|
||||
USE_PROXYFIX = True
|
||||
|
||||
AUTH_REQUIRED = True
|
||||
AUTH_PROVIDER = 'keycloak'
|
||||
|
||||
|
@ -1 +1 @@
|
||||
{ "endpoint": "https://{{ domain }}" }
|
||||
{ "endpoint": "/api" }
|
||||
|
Reference in New Issue
Block a user