From fa8b9ae76a4816ac5b096599ec5c2d08618c43c7 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Mon, 7 Sep 2020 15:26:50 +0200
Subject: [PATCH] Add dms-test to config

---
 rollup.config.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rollup.config.js b/rollup.config.js
index 3e4afd7..5545ad1 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -76,10 +76,10 @@ switch (build) {
     basePath = '/apps/signature/';
     entryPointURL = 'https://api-demo.tugraz.at';
     // "/pers" can't go here because it's not allowed in the "Content-Security-Policy"
-    nextcloudBaseURL = 'https://nc-dev.tugraz.at';
+    nextcloudBaseURL = 'https://dms-test.tugraz.a';
     // "/index.php" is needed to don't get a "This origin is not allowed!" because the "target-origin" get parameter can't be read
-    nextcloudWebAppPasswordURL = nextcloudBaseURL + '/pers/index.php/apps/webapppassword';
-    nextcloudWebDavURL = nextcloudBaseURL + '/pers/remote.php/dav/files';
+    nextcloudWebAppPasswordURL = nextcloudBaseURL + '/index.php/apps/webapppassword';
+    nextcloudWebDavURL = nextcloudBaseURL + '/remote.php/dav/files';
     keyCloakServer = 'auth-test.tugraz.at';
     keyCloakBaseURL = 'https://' + keyCloakServer + '/auth';
     keyCloakClientId = 'esig-demo_tugraz_at-ESIG';
-- 
GitLab