vojo/config.json

44 lines
1 KiB
JSON

{
"defaultHomeserver": 0,
"homeserverList": ["vojo.chat"],
"allowCustomHomeservers": true,
"featuredCommunities": {
"openAsDefault": false,
"spaces": [],
"rooms": [],
"servers": ["vojo.chat"]
},
"hashRouter": {
"enabled": false,
"basename": "/"
},
"bots": [
{
"id": "telegram",
"mxid": "@telegrambot:vojo.chat",
"name": "Telegram",
"experience": {
"type": "matrix-widget",
"url": "https://widgets.vojo.chat/telegram/index.html"
}
},
{
"id": "discord",
"mxid": "@discordbot:vojo.chat",
"name": "Discord",
"experience": {
"type": "matrix-widget",
"url": "https://widgets.vojo.chat/discord/index.html",
"commandPrefix": "!discord"
}
}
],
"push": {
"vapidPublicKey": "BHmGRaixeMlWHyxMuRIYDA72dqQIV6mSdap4smklDixZsWS4ZhL01cv9YRHEW6NO0iumXeQ-T0_yirtcHNB5tZw",
"gatewayUrl": "http://sygnal:5000/_matrix/push/v1/notify",
"webAppId": "chat.vojo.app.web",
"fcmAppId": "chat.vojo.app.fcm"
}
}