22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://matrix.fedeo.de",
|
|
"server_name": "fedeo.de"
|
|
}
|
|
},
|
|
"org.matrix.msc4143.rtc_foci": [
|
|
{
|
|
"type": "livekit",
|
|
"livekit_service_url": "https://call.fedeo.de/livekit/jwt"
|
|
}
|
|
],
|
|
"disable_custom_urls": false,
|
|
"disable_guests": true,
|
|
"brand": "FEDEO Matrix",
|
|
"default_theme": "light",
|
|
"features": {
|
|
"feature_video_rooms": true
|
|
}
|
|
}
|