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

Set a Matomo ID for production

parent df8b80b6
No related branches found
No related tags found
No related merge requests found
Pipeline #11301 passed
...@@ -77,6 +77,7 @@ switch (build) { ...@@ -77,6 +77,7 @@ switch (build) {
keyCloakBaseURL = 'https://' + keyCloakServer + '/auth'; keyCloakBaseURL = 'https://' + keyCloakServer + '/auth';
keyCloakClientId = 'esig_tugraz_at'; keyCloakClientId = 'esig_tugraz_at';
pdfAsQualifiedlySigningServer = 'sig.tugraz.at'; pdfAsQualifiedlySigningServer = 'sig.tugraz.at';
matomoSiteId = 137;
break; break;
case 'test': case 'test':
basePath = '/apps/signature/'; basePath = '/apps/signature/';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment