[main | WIP | CHANGED] environment.beta.ts: Set property enablePiwikTrack to false.

This commit is contained in:
Konstantina Galouni 2023-10-31 13:15:17 +02:00
parent 8823b152e6
commit 0be81e2076
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ let props: EnvProperties = {
environment: "beta",
adminToolsPortalType: "eosc",
dashboard: "eosc",
enablePiwikTrack: true,
enablePiwikTrack: false,
useCache: false,
useLongCache: true,
showAddThis: true,