-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tracking): Migration from Matomo staging to Matomo prod instance
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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<br>l'enseignement<br>supérieur<br>et de la recherche" | ||
VITE_VERSION=$npm_package_version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VITE_HEADER_TAG= | ||
VITE_APP_MATOMO_SITE_ID=6 | ||
VITE_APP_MATOMO_SITE_ID=50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VITE_HEADER_TAG=staging | ||
VITE_APP_MATOMO_SITE_ID=5 | ||
VITE_APP_MATOMO_SITE_ID=49 |