mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
d53ad9a8f3
* Update sample cfg with livekit config * matching ports in readme and example --------- Co-authored-by: xmj <xmj@chaot.net>
13 lines
277 B
JSON
13 lines
277 B
JSON
{
|
|
"default_server_config": {
|
|
"m.homeserver": {
|
|
"base_url": "https://call.ems.host",
|
|
"server_name": "call.ems.host"
|
|
}
|
|
},
|
|
"livekit": {
|
|
"livekit_service_url": "http://localhost:7881"
|
|
},
|
|
"eula": "https://static.element.io/legal/online-EULA.pdf"
|
|
}
|