30 lines
673 B
JSON
30 lines
673 B
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"
|
|
}
|
|
],
|
|
"push": {
|
|
"vapidPublicKey": "BHmGRaixeMlWHyxMuRIYDA72dqQIV6mSdap4smklDixZsWS4ZhL01cv9YRHEW6NO0iumXeQ-T0_yirtcHNB5tZw",
|
|
"gatewayUrl": "http://sygnal:5000/_matrix/push/v1/notify",
|
|
"webAppId": "chat.vojo.app.web",
|
|
"fcmAppId": "chat.vojo.app.fcm"
|
|
}
|
|
}
|