Skip to content
Snippets Groups Projects
Commit 010239f9 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Switch the keycloak frontend config to the new keycloack server

parent a3d5c4e5
No related branches found
No related tags found
No related merge requests found
...@@ -27,9 +27,9 @@ switch(environment) { ...@@ -27,9 +27,9 @@ switch(environment) {
config = { config = {
apiBaseUrl: 'https://api.tugraz.at', apiBaseUrl: 'https://api.tugraz.at',
apiUrlPrefix: '', apiUrlPrefix: '',
keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth', keyCloakBaseURL: 'https://auth.tugraz.at/auth',
keyCloakRealm: 'tugraz', keyCloakRealm: 'tugraz',
keyCloakClientId: 'auth-dev-mw-frontend', keyCloakClientId: 'ibib_tugraz_at-IBIB',
}; };
break; break;
case "local": case "local":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment