Skip to content
Snippets Groups Projects
Commit fa8b9ae7 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Add dms-test to config

parent 2b89268d
No related branches found
No related tags found
No related merge requests found
Pipeline #12907 passed with warnings
...@@ -76,10 +76,10 @@ switch (build) { ...@@ -76,10 +76,10 @@ switch (build) {
basePath = '/apps/signature/'; basePath = '/apps/signature/';
entryPointURL = 'https://api-demo.tugraz.at'; entryPointURL = 'https://api-demo.tugraz.at';
// "/pers" can't go here because it's not allowed in the "Content-Security-Policy" // "/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 // "/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'; nextcloudWebAppPasswordURL = nextcloudBaseURL + '/index.php/apps/webapppassword';
nextcloudWebDavURL = nextcloudBaseURL + '/pers/remote.php/dav/files'; nextcloudWebDavURL = nextcloudBaseURL + '/remote.php/dav/files';
keyCloakServer = 'auth-test.tugraz.at'; keyCloakServer = 'auth-test.tugraz.at';
keyCloakBaseURL = 'https://' + keyCloakServer + '/auth'; keyCloakBaseURL = 'https://' + keyCloakServer + '/auth';
keyCloakClientId = 'esig-demo_tugraz_at-ESIG'; keyCloakClientId = 'esig-demo_tugraz_at-ESIG';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment