From 7c2a4c4e1cad45c6fec14871ec38b7acecee05de Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 11 Nov 2021 15:26:18 +0100 Subject: [PATCH] toolkit-showcase: switch to cloud-dev/demo --- toolkit-showcase/app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit-showcase/app.config.js b/toolkit-showcase/app.config.js index 4fe657c6..83894a0b 100644 --- a/toolkit-showcase/app.config.js +++ b/toolkit-showcase/app.config.js @@ -7,7 +7,7 @@ export default { keyCloakClientId: 'auth-dev-mw-frontend-local', matomoUrl: 'https://analytics.tugraz.at/', matomoSiteId: 131, - nextcloudBaseURL: 'http://localhost:8081', + nextcloudBaseURL: 'https://cloud-dev.tugraz.at', nextcloudName: 'TU Graz cloud', }, development: { @@ -29,7 +29,7 @@ export default { keyCloakClientId: 'dbp-demo', matomoUrl: 'https://analytics.tugraz.at/', matomoSiteId: 131, - nextcloudBaseURL: 'https://nc-dev.tugraz.at/pers', + nextcloudBaseURL: 'https://cloud-demo.tugraz.at', nextcloudName: 'TU Graz cloud', }, }; \ No newline at end of file -- GitLab