15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://matrix.example.com",
|
|
"server_name": "example.com"
|
|
}
|
|
},
|
|
"brand": "Timmy Fleet",
|
|
"default_theme": "dark",
|
|
"features": {
|
|
"feature_spaces": true,
|
|
"feature_voice_rooms": true
|
|
}
|
|
}
|