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

Set real production URLs

The demo keycloak doesn't have the prod URL in the whitelist, so
this wont work anyway, just switch to the real one and wait until
keycloak is fixed
parent bad0fd4b
No related branches found
No related tags found
No related merge requests found
Pipeline #11193 passed
......@@ -72,11 +72,11 @@ switch (build) {
break;
case 'production':
basePath = '/';
entryPointURL = 'https://api-demo.tugraz.at';
keyCloakServer = 'auth-test.tugraz.at';
entryPointURL = 'https://api.tugraz.at';
keyCloakServer = 'auth.tugraz.at';
keyCloakBaseURL = 'https://' + keyCloakServer + '/auth';
keyCloakClientId = 'ibib-demo_tugraz_at-IBIB';
pdfAsQualifiedlySigningServer = 'sig-test.tugraz.at';
keyCloakClientId = 'FIXME_CLIENTID';
pdfAsQualifiedlySigningServer = 'sig.tugraz.at';
matomoSiteId = 130;
break;
case 'test':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment