Merge branch 'add-matomo-config' into 'dev'

add matomo config

See merge request keanuapp/keanuapp-weblite!105
This commit is contained in:
N Pex 2022-07-01 08:04:57 +00:00
commit 2108b5d9a1
2 changed files with 33 additions and 22 deletions

View file

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