add matomo config

This commit is contained in:
John Hess 2022-06-30 18:57:58 -05:00 committed by n8fr8
parent bfe1fb26e1
commit 6b2d91a47b
2 changed files with 33 additions and 22 deletions

View file

@ -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"
} }
}
]
} }