From 1c5991a6c6acd21ae1aa07f8a99bb77af5d59448 Mon Sep 17 00:00:00 2001 From: Csaky Date: Fri, 24 Feb 2023 08:40:08 -0800 Subject: [PATCH] remove default keycloak realm from config --- app/config/default.json | 4 ---- app/config/test.json | 4 +++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app/config/default.json b/app/config/default.json index 0b6ba383..f01063c0 100644 --- a/app/config/default.json +++ b/app/config/default.json @@ -3,10 +3,6 @@ "database": "ches", "host": "localhost" }, - "keycloak": { - "realm": "jbd6rnxw", - "serverUrl": "https://dev.oidc.gov.bc.ca/auth" - }, "redis": { "clusterMode": "no", "host": "127.0.0.1", diff --git a/app/config/test.json b/app/config/test.json index 29ea993a..59d82e31 100644 --- a/app/config/test.json +++ b/app/config/test.json @@ -5,7 +5,9 @@ }, "keycloak": { "clientId": "clientId", - "clientSecret": "clientSecret" + "clientSecret": "clientSecret", + "realm": "my-realm", + "serverUrl": "https://test.my-keycloak-server.com/auth" }, "redis": { "host": "host",