Skip to content
Snippets Groups Projects
Commit 5bc3110b authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Set the keycloak client ID for dev

parent 37755629
No related branches found
No related tags found
No related merge requests found
Pipeline #15148 passed
......@@ -71,7 +71,7 @@ switch (build) {
nextcloudWebDavURL = nextcloudBaseURL + '/pers/remote.php/dav/files';
keyCloakServer = 'auth-dev.tugraz.at';
keyCloakBaseURL = 'https://' + keyCloakServer + '/auth';
keyCloakClientId = 'auth-dev-mw-frontend';
keyCloakClientId = 'demo-dev_tugraz_at-DEMO';
pdfAsQualifiedlySigningServer = 'sig-dev.tugraz.at';
break;
case 'demo':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment