From 40458b3fede54f4618a5551f43edbf0e202dd594 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 11 Nov 2021 11:52:22 +0100 Subject: [PATCH] deploy: update dev keycloak client ID to match the other apps --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index d10ca00..e737892 100644 --- a/app.config.js +++ b/app.config.js @@ -32,7 +32,7 @@ export default { entryPointURL: 'https://api-dev.tugraz.at', keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth', keyCloakRealm: 'tugraz-vpu', - keyCloakClientId: 'esign-dev_tugraz_at-ESIGN', + keyCloakClientId: 'dbp-esign', matomoUrl: 'https://analytics.tugraz.at/', matomoSiteId: 131, nextcloudBaseURL: 'https://cloud-dev.tugraz.at', -- GitLab