mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://${ELEMENT_CALL_FQDN}",
|
|
"server_name": "${DOMAIN}"
|
|
}
|
|
},
|
|
"livekit": {
|
|
"livekit_service_url": "https://${LIVEKIT_JWT_FQDN}"
|
|
},
|
|
"features": {
|
|
"feature_use_device_session_member_events": true
|
|
}
|
|
} |