point analytics config to a testing siteId so they do not pollute production data during local dev.

This commit is contained in:
John Hess 2022-08-10 18:02:31 -05:00
parent b5993e821d
commit b84651dbfa

View file

@ -15,7 +15,7 @@
"type": "ci",
"config": {
"server": "https://metrics.cleaninsights.org/cleaninsights.php",
"siteId": 14,
"siteId": 25,
"timeout": 5,
"persistEveryNTimes": 1,
"debug": true,
@ -36,7 +36,7 @@
"type": "matomo",
"config": {
"server": "https://metrics.cleaninsights.org/",
"siteId": "17"
"siteId": "25"
}
}
]