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

This commit is contained in:
Luke Murphy 2020-04-09 09:55:34 +02:00
parent 82ceff1160
commit 0e30049503
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ DEBUG = True
SECRET = "{{ alerta_secret_key }}"
BASE_URL = "/api"
USE_PROXYFIX = True
AUTH_REQUIRED = True
AUTH_PROVIDER = 'keycloak'

View File

@ -1 +1 @@
{ "endpoint": "https://{{ domain }}" }
{ "endpoint": "/api" }