From d07bdfa0dfc4e8e29f3c1890e1c4ae4ef041f5bd Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Tue, 26 May 2020 10:11:24 +0200
Subject: [PATCH] Set a Matomo ID for production

---
 rollup.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rollup.config.js b/rollup.config.js
index 7efddaa..84c5b3b 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -77,6 +77,7 @@ switch (build) {
     keyCloakBaseURL = 'https://' + keyCloakServer + '/auth';
     keyCloakClientId = 'esig_tugraz_at';
     pdfAsQualifiedlySigningServer = 'sig.tugraz.at';
+    matomoSiteId = 137;
     break;
   case 'test':
     basePath = '/apps/signature/';
-- 
GitLab