keanu-weblite/src/assets/config.json

31 lines
966 B
JSON
Raw Normal View History

2021-02-24 14:28:21 +01:00
{
2021-08-30 12:41:56 -04:00
"appName": "Convene",
"appNames": {
"bo": "ཀེ་ཨ་ནུ་དྲ་གནས།",
"si": "කීනු වෙබ්ලයිට්",
"zh_Hans": "网络灯"
},
"productLink": "letsconvene.im",
"defaultServer": "https://neo.keanu.im",
"rtl": false,
"analytics": {
"enabled": true,
"config": {
2021-05-06 11:35:37 +02:00
"server": "https://metrics.cleaninsights.org/cleaninsights.php",
2021-08-25 23:02:47 +02:00
"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"
}
}
}
}
2021-09-25 14:35:38 +02:00
}