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

Remove the unused production environment

It references non-existing API URLs and keycloak clients.
To avoid confusion just remove it for now.
parent 6d31427f
No related branches found
No related tags found
No related merge requests found
......@@ -13,15 +13,6 @@ switch(environment) {
//sentryDSN: 'http://0405d811e8d746cca2e70f6eff764570@129.27.166.25:9000/2',
};
break;
case "production":
config = {
apiBaseUrl: 'https://mw.tugraz.at',
apiUrlPrefix: '',
keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth',
keyCloakRealm: 'tugraz',
keyCloakClientId: 'auth-prod-mw-frontend',
};
break;
case "demo":
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