add matomo config
This commit is contained in:
parent
bfe1fb26e1
commit
6b2d91a47b
2 changed files with 33 additions and 22 deletions
|
|
@ -9,8 +9,10 @@
|
||||||
"productLink": "letsconvene.im",
|
"productLink": "letsconvene.im",
|
||||||
"defaultServer": "https://neo.keanu.im",
|
"defaultServer": "https://neo.keanu.im",
|
||||||
"rtl": false,
|
"rtl": false,
|
||||||
"analytics": {
|
"analytics": [
|
||||||
|
{
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
"type": "ci",
|
||||||
"config": {
|
"config": {
|
||||||
"server": "https://metrics.cleaninsights.org/cleaninsights.php",
|
"server": "https://metrics.cleaninsights.org/cleaninsights.php",
|
||||||
"siteId": 14,
|
"siteId": 14,
|
||||||
|
|
@ -28,5 +30,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"type": "matomo",
|
||||||
|
"config": {
|
||||||
|
"server": "https://metrics.cleaninsights.org/",
|
||||||
|
"siteId": "17"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue