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

Add a production config

parent bb0778ec
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,15 @@ switch(environment) { ...@@ -23,6 +23,15 @@ switch(environment) {
keyCloakClientId: 'auth-dev-mw-frontend', keyCloakClientId: 'auth-dev-mw-frontend',
}; };
break; break;
case "production":
config = {
apiBaseUrl: 'https://api.tugraz.at',
apiUrlPrefix: '',
keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth',
keyCloakRealm: 'tugraz',
keyCloakClientId: 'auth-dev-mw-frontend',
};
break;
case "local": case "local":
default: default:
config = { config = {
......
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