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

Fix the entry points for demo/production

parent 509201c9
Branches
No related tags found
No related merge requests found
Pipeline #10220 passed with warnings
......@@ -56,13 +56,13 @@ switch (build) {
break;
case 'demo':
basePath = '/apps/signature/';
entryPointURL = 'https://signature-demo.tugraz.at';
entryPointURL = 'https://api-demo.tugraz.at';
keyCloakServer = 'auth-test.tugraz.at';
keyCloakBaseURL = 'https://' + keyCloakServer + '/auth';
break;
case 'production':
basePath = '/';
entryPointURL = 'https://signature.tugraz.at';
entryPointURL = 'https://api.tugraz.at';
keyCloakServer = 'auth.tugraz.at';
keyCloakBaseURL = 'https://' + keyCloakServer + '/auth';
pdfAsQualifiedlySigningServer = 'sig.tugraz.at';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment