diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4226347d2b7b9f37d561c0d024073980605dfea..3d1468a44495fa933e196cbea15d78e4f0ffd256 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,7 @@ deploy_demo: - demo environment: name: demo - url: https://frontend-demo.tugraz.at/apps/demo + url: https://dbp-demo.tugraz.at/apps/demo variables: DEPLOY_HOST: mw01-dev.tugraz.at DEPLOY_KEY: "$DEPLOY_SSH_KEY" @@ -75,7 +75,7 @@ deploy_development: - master environment: name: development - url: https://mw-frontend-dev.tugraz.at/apps/demo + url: https://dbp-dev.tugraz.at/apps/demo variables: DEPLOY_HOST: mw01-dev.tugraz.at DEPLOY_KEY: "$DEPLOY_SSH_KEY" diff --git a/toolkit-showcase/app.config.js b/toolkit-showcase/app.config.js index 286fadae3660f2452a87720fdc46708d4a21fce0..2955ff827ef41bee57fae9d9d325a156a8fd31a6 100644 --- a/toolkit-showcase/app.config.js +++ b/toolkit-showcase/app.config.js @@ -12,7 +12,7 @@ export default { }, development: { basePath: '/apps/demo/', - entryPointURL: 'https://mw-dev.tugraz.at', + entryPointURL: 'https://api-dev.tugraz.at', keyCloakBaseURL: 'https://auth-dev.tugraz.at/auth', keyCloakRealm: 'tugraz-vpu', keyCloakClientId: 'demo-dev_tugraz_at-DEMO',