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

New keycloak for demo

parent be2af432
No related branches found
No related tags found
No related merge requests found
...@@ -18,9 +18,9 @@ switch(environment) { ...@@ -18,9 +18,9 @@ switch(environment) {
config = { config = {
apiBaseUrl: 'https://api-demo.tugraz.at', apiBaseUrl: 'https://api-demo.tugraz.at',
apiUrlPrefix: '', apiUrlPrefix: '',
keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth', keyCloakBaseURL: 'https://auth-test.tugraz.at/auth',
keyCloakRealm: 'tugraz', keyCloakRealm: 'tugraz',
keyCloakClientId: 'auth-dev-mw-frontend', keyCloakClientId: 'frontend-demo_tugraz_at-IBIB',
}; };
break; break;
case "production": case "production":
......
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