point analytics config to a testing siteId so they do not pollute production data during local dev.
This commit is contained in:
parent
b5993e821d
commit
b84651dbfa
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue