mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-24 22:26:13 +03:00
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
{
|
|
"m.homeserver": {
|
|
"base_url": "https://${HOMESERVER_FQDN}"
|
|
},
|
|
"m.identity_server": {
|
|
"base_url": "${IDENTITY_SERVER_URL}"
|
|
},
|
|
"org.matrix.msc4143.rtc_foci": [
|
|
{
|
|
"type": "livekit",
|
|
"livekit_service_url": "https://${ELEMENT_CALL_FQDN}"
|
|
}
|
|
]
|
|
}
|