From e59983ce99d5dbffa1f3711e83d7ae8c1b6a5415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anne=20L=27H=C3=B4te?= Date: Mon, 6 May 2024 11:28:18 +0200 Subject: [PATCH] fix(tracking): Migration from Matomo staging to Matomo prod instance --- client/.env | 6 +++--- client/.env.production | 2 +- client/.env.staging | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/.env b/client/.env index afcef5e8..1761944f 100644 --- a/client/.env +++ b/client/.env @@ -1,10 +1,10 @@ VITE_API=/api -VITE_APP_MATOMO_BASE_URL=https://matomo.staging.dataesr.ovh +VITE_APP_MATOMO_BASE_URL=https://piwik.enseignementsup-recherche.pro VITE_APP_NAME="Works magnet 🧲" VITE_APP_TAG_LIMIT=3 VITE_DESCRIPTION="Retrieve the scholarly works of your institution" -VITE_GIT_REPOSITORY_URL="https://github.com/dataesr/works-magnet" +VITE_GIT_REPOSITORY_URL=https://github.com/dataesr/works-magnet VITE_HEADER_TAG=dev -VITE_HEADER_TAG_COLOR="new" +VITE_HEADER_TAG_COLOR=new VITE_MINISTER_NAME="Minisère de
l'enseignement
supérieur
et de la recherche" VITE_VERSION=$npm_package_version \ No newline at end of file diff --git a/client/.env.production b/client/.env.production index 6d2a0bc1..7ffaad9a 100644 --- a/client/.env.production +++ b/client/.env.production @@ -1,2 +1,2 @@ VITE_HEADER_TAG= -VITE_APP_MATOMO_SITE_ID=6 \ No newline at end of file +VITE_APP_MATOMO_SITE_ID=50 \ No newline at end of file diff --git a/client/.env.staging b/client/.env.staging index 12ca7641..96684367 100644 --- a/client/.env.staging +++ b/client/.env.staging @@ -1,2 +1,2 @@ VITE_HEADER_TAG=staging -VITE_APP_MATOMO_SITE_ID=5 \ No newline at end of file +VITE_APP_MATOMO_SITE_ID=49 \ No newline at end of file