From fe7b094bae455c3e4929f838811dc9a807f407bc Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Wed, 25 Aug 2021 12:44:00 +0200 Subject: [PATCH] deploy: switch to auth-demo --- app.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.config.js b/app.config.js index 2586e93..d090b7d 100644 --- a/app.config.js +++ b/app.config.js @@ -41,9 +41,9 @@ export default { demo: { basePath: '/apps/signature/', entryPointURL: 'https://api-demo.tugraz.at', - keyCloakBaseURL: 'https://auth-test.tugraz.at/auth', - keyCloakRealm: 'tugraz', - keyCloakClientId: 'esig-demo_tugraz_at-ESIG', + keyCloakBaseURL: 'https://auth-demo.tugraz.at/auth', + keyCloakRealm: 'tugraz-vpu', + keyCloakClientId: 'dbp-esign', matomoUrl: 'https://analytics.tugraz.at/', matomoSiteId: 131, nextcloudBaseURL: 'https://cloud.tugraz.at', -- GitLab