From 835aeeb483ab46d363a474d6f238f8fa48dfdde9 Mon Sep 17 00:00:00 2001 From: lumbric Date: Tue, 1 Mar 2022 20:11:19 +0100 Subject: [PATCH] Fix keycloak URI in example config In the example login.example.com is used for the subdomain for the keycloak instance. --- deployment/examples/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/examples/.env b/deployment/examples/.env index a3a02bc..3c427e6 100644 --- a/deployment/examples/.env +++ b/deployment/examples/.env @@ -2,7 +2,7 @@ # Keycloak ################################################### -OBS_KEYCLOAK_URI=portal.example.com +OBS_KEYCLOAK_URI=login.example.com # Postgres