keanu-weblite/src/assets/config.json

57 lines
1.8 KiB
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": "网络灯"
},
"languageSupportEmail": "support@guardianproject.info",
"productLink": "letsconvene.im",
2023-12-01 08:20:03 +00:00
"defaultBaseUrl": "https://neo.keanu.im",
"matrixDomainPartMapping": {
},
"useFullyQualifiedDMLinks": true,
"defaultMatrixDomainPart": "neo.keanu.im",
"identityServer_unset": "",
"registrationToken_unset": "",
"accentColor_unset": "",
"logo_unset": "",
2022-06-30 18:57:58 -05:00
"analytics": [
{
"enabled": true,
"type": "ci",
"config": {
"server": "https://metrics.cleaninsights.org/cleaninsights.php",
"siteId": 25,
2022-06-30 18:57:58 -05:00
"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"
}
}
}
2022-06-30 18:57:58 -05:00
},
{
"enabled": true,
"type": "matomo",
"config": {
"server": "https://metrics.cleaninsights.org/",
"siteId": "25"
2022-06-30 18:57:58 -05:00
}
}
],
2023-03-16 15:23:26 +01:00
"experimental_voice_mode": true,
"experimental_read_only_room": true,
2023-04-27 09:58:57 +02:00
"experimental_public_room": true,
2023-09-29 15:13:12 +00:00
"show_status_messages": "never",
"hide_add_room_on_home": false,
"mirrors": [],
"roomTypes": ["group_chat", "channel", "file_drop"]
2021-09-25 14:35:38 +02:00
}