diff --git a/ansible/templates/alertad.conf b/ansible/templates/alertad.conf index 548dce1..747c01f 100644 --- a/ansible/templates/alertad.conf +++ b/ansible/templates/alertad.conf @@ -4,6 +4,9 @@ DEBUG = True SECRET = "{{ alerta_secret_key }}" +BASE_URL = "/api" +USE_PROXYFIX = True + AUTH_REQUIRED = True AUTH_PROVIDER = 'keycloak' diff --git a/ansible/templates/config.json b/ansible/templates/config.json index ce7b959..6a445b5 100644 --- a/ansible/templates/config.json +++ b/ansible/templates/config.json @@ -1 +1 @@ -{ "endpoint": "https://{{ domain }}" } +{ "endpoint": "/api" }