diff --git a/rollup.config.js b/rollup.config.js
index 3e4afd7c2ff6517931e54e377cd5f126e280772d..5545ad1e04747f92c3335078cb386d73fb120244 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';