Fix API configuration
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-09 09:55:34 +02:00
parent 82ceff1160
commit 0e30049503
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -4,6 +4,9 @@ DEBUG = True
SECRET = "{{ alerta_secret_key }}"
BASE_URL = "/api"
USE_PROXYFIX = True
AUTH_REQUIRED = True
AUTH_PROVIDER = 'keycloak'
+1 -1
View File
@@ -1 +1 @@
{ "endpoint": "https://{{ domain }}" }
{ "endpoint": "/api" }