mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-20 04:57:03 +00:00
* Change EULA to SSLA - rename i18n fields - update the config property to `ssla` and deprecate `eula` - use `eula` instead of ssla in case it is provided in the config. * fix default config * completely remove eula fallback
16 lines
404 B
JSON
16 lines
404 B
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "http://synapse.localhost:8008",
|
|
"server_name": "synapse.localhost"
|
|
}
|
|
},
|
|
"livekit": {
|
|
"livekit_service_url": "http://localhost:8009"
|
|
},
|
|
"features": {
|
|
"feature_use_device_session_member_events": true
|
|
},
|
|
"ssla": "https://static.element.io/legal/element-software-and-services-license-agreement-uk-1.pdf"
|
|
}
|