diff --git a/toolkit-showcase/app.config.js b/toolkit-showcase/app.config.js index 2955ff827ef41bee57fae9d9d325a156a8fd31a6..825099bc1649b600ca5ec15ad4f8748368ff1ac0 100644 --- a/toolkit-showcase/app.config.js +++ b/toolkit-showcase/app.config.js @@ -15,7 +15,18 @@ export default { entryPointURL: 'https://api-dev.tugraz.at', keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth', keyCloakRealm: 'tugraz-vpu', - keyCloakClientId: 'demo-dev_tugraz_at-DEMO', + keyCloakClientId: 'dbp-demo', + matomoUrl: 'https://analytics.tugraz.at/', + matomoSiteId: 131, + nextcloudBaseURL: 'https://nc-dev.tugraz.at/pers', + nextcloudName: 'TU Graz cloud', + }, + demo: { + basePath: '/apps/demo/', + entryPointURL: 'https://api-demo.tugraz.at', + keyCloakBaseURL: 'https://auth-demo.tugraz.at/auth', + keyCloakRealm: 'tugraz-vpu', + keyCloakClientId: 'dbp-demo', matomoUrl: 'https://analytics.tugraz.at/', matomoSiteId: 131, nextcloudBaseURL: 'https://nc-dev.tugraz.at/pers',