Skip to content

Commit

Permalink
EW-1010 Correction of keycloak test credentials (#5231)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneRadtke-Cap authored Sep 11, 2024
1 parent 2490c16 commit 0938186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"IDENTITY_MANAGEMENT": {
"INTERNAL_URI": "http://localhost:8080",
"EXTERNAL_URI": "http://localhost:8080",
"TENANT": "master",
"TENANT": "dBildungscloud",
"CLIENTID": "dbc",
"ADMIN_CLIENTID": "admin-cli",
"ADMIN_USER": "keycloak",
"ADMIN_PASSWORD": "keycloak"
"ADMIN_USER": "dbildungscloud",
"ADMIN_PASSWORD": "dBildungscloud"
},
"NEST_LOG_LEVEL": "error",
"CALENDAR_URI": "https://schul.tech:3000",
Expand Down

0 comments on commit 0938186

Please sign in to comment.