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",
|
||||
"defaultServer": "https://neo.keanu.im",
|
||||
"rtl": false,
|
||||
"analytics": {
|
||||
"analytics": [
|
||||
{
|
||||
"enabled": true,
|
||||
"type": "ci",
|
||||
"config": {
|
||||
"server": "https://metrics.cleaninsights.org/cleaninsights.php",
|
||||
"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