[develop | DONE | FIXED]: environment.beta.ts: Updated piwikSiteId for beta from "109" to "6" (this shouldn't be used - it should be fetched dynamically by admin tools API).
This commit is contained in:
parent
f1330358f8
commit
cfe0cc3b7b
|
@ -2,7 +2,7 @@ import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-propert
|
|||
import {common, commonBeta} from "../app/openaireLibrary/utils/properties/environments/environment";
|
||||
let props: EnvProperties = {
|
||||
enablePiwikTrack: true,
|
||||
piwikSiteId: "109",
|
||||
piwikSiteId: "6",
|
||||
useCache: false,
|
||||
useLongCache: true,
|
||||
showAddThis: true,
|
||||
|
|
Loading…
Reference in New Issue