keanu-weblite/src/assets/config.json

24 lines
743 B
JSON
Raw Normal View History

2021-02-24 14:28:21 +01:00
{
"defaultServer": "https://neo.keanu.im",
"useShortCodeStickers": false,
"analytics": {
"enabled": true,
"config": {
2021-05-06 11:35:37 +02:00
"server": "https://metrics.cleaninsights.org/cleaninsights.php",
"siteid": 14,
"timeout": 5,
"persistEveryNTimes": 1,
"debug": true,
"campaigns": {
"beta": {
"start": "2021-01-01T00:00:00-00:00",
"end": "2021-12-31T23:59:59-00:00",
"aggregationPeriodLength": 1,
"numberOfPeriods": 90,
"onlyRecordOnce": false,
"eventAggregationRule": "avg"
}
}
}
}
}