diff --git a/rollup.config.js b/rollup.config.js index 50cbe7a86a76d3d5920401fbfe35a6df894559e8..04a753d64beb351b6036e4c10094a5a35c85bc78 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -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':