Skip to content

Commit

Permalink
feat(Matomo): Set default id for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
vktrrdk committed Sep 6, 2024
1 parent 328945f commit 3d2f5dc
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 3d2f5dc

Please sign in to comment.