From 4a4c77740d3cc49d615eef8738d03bdd5705e82d Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Thu, 5 May 2022 13:49:12 +0200
Subject: [PATCH] update tracket url for alpha

---
 app.config.environment.alpha.js | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/app.config.environment.alpha.js b/app.config.environment.alpha.js
index 2e9dbddba..e0c4b0b3e 100644
--- a/app.config.environment.alpha.js
+++ b/app.config.environment.alpha.js
@@ -17,11 +17,8 @@ module.exports = {
       __DEVELOPMENT__: false,
       __DEVTOOLS__: false,
       __STACK_ASSETS__: target !== 'mobile',
-      //TODO replace with https://statweb.grandlyon.com/ and siteID 117 when MR is accedpted
-      __PIWIK_TRACKER_URL__: JSON.stringify(
-        'https://matomo.self-data.alpha.grandlyon.com/'
-      ),
-      __PIWIK_SITEID__: 1,
+      __PIWIK_TRACKER_URL__: JSON.stringify('https://statweb.grandlyon.com/'),
+      __PIWIK_SITEID__: 117,
     }),
   ],
   optimization: {
-- 
GitLab