Skip to content

Commit

Permalink
Merge pull request #6190 from deNBI/feat/matomo-staging
Browse files Browse the repository at this point in the history
feat(Matomo): Set default id for staging
  • Loading branch information
dweinholz authored Sep 9, 2024
2 parents d48429a + 4fb8362 commit 02022e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

const VO_NAME: string = window['env']['VO_NAME'] || 'denbi-dev'
const NEW_SIMPLE_VM: string = window['env']['NEW_SIMPLE_VM'] || 'https://simplevm.denbi.de'
const MATOMO_SITE_ID = window['env']['MATOMO_SITE_ID'] || 22
const MATOMO_SITE_ID = window['env']['MATOMO_SITE_ID'] || 26
const MATOMO_TRACKING_URL = window['env']['MATOMO_TRACKING_URL'] || 'https://piwik.cebitec.uni-bielefeld.de/'

export const environment: any = {
Expand Down

0 comments on commit 02022e7

Please sign in to comment.