Skip to content

Commit

Permalink
reverting global secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanawat committed Nov 21, 2024
1 parent 399e4de commit 0f1171c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ global:
apiName: ~
baseUrl: ~
reactAppApiUrl: "/api"
reactAppKeycloakUrl: "https://dev.loginproxy.gov.bc.ca/auth"
reactAppKeycloakUrl: ~
# reactAppKeycloakUrl2: ~
reactAppKeycloakRealm: "standard"
reactAppKeycloakClientId: "enmods-5391"
reactAppKeycloakRealm: ~
reactAppKeycloakClientId: ~
# reactAppKeycloakUser: ~
# reactAppKeycloakPassword: ~
#-- backup
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const config = {
KEYCLOAK_CLIENT_ID: "enmods-5391",
API_BASE_URL: "api",
KEYCLOAK_URL: window.REACT_APP_KEYCLOAK_URL || process.env.REACT_APP_KEYCLOAK_URL,
KEYCLOAK_URL: window.KEYCLOAK_URL || process.env.KEYCLOAK_URL,
KEYCLOAK_REALM: "standard",


Expand Down

0 comments on commit 0f1171c

Please sign in to comment.