quadlets/matrix/configs/element-config.json

14 lines
255 B
JSON
Raw Normal View History

2026-09-19 03:21:48 +02:00
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://{YOURDOMAIN.COM}",
"server_name": "{YOURNAME}"
}
},
"disable_custom_urls": true,
"disable_guests": true,
"features": {
"feature_group_calls": true
}
}