Skip to content

Commit

Permalink
Merge pull request #119 from bcgov/keycloak-config-change
Browse files Browse the repository at this point in the history
Keycloak config change
  • Loading branch information
jujaga authored Feb 24, 2023
2 parents 51348d3 + 1c5991a commit a9b49f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions app/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion app/config/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a9b49f1

Please sign in to comment.