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",