22 lines
441 B
JSON
22 lines
441 B
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "http://localhost:8008",
|
|
"server_name": "localhost"
|
|
}
|
|
},
|
|
"org.matrix.msc4143.rtc_foci": [
|
|
{
|
|
"type": "livekit",
|
|
"livekit_service_url": "http://localhost:8081"
|
|
}
|
|
],
|
|
"disable_custom_urls": false,
|
|
"disable_guests": true,
|
|
"brand": "FEDEO Matrix Dev",
|
|
"default_theme": "light",
|
|
"features": {
|
|
"feature_video_rooms": true
|
|
}
|
|
}
|