Files
element-docker-demo/data-template/nginx/www/.well-known/matrix/client
Matthew Hodgson 1ad060cc0f fix up nginx
2024-11-04 18:58:43 +00:00

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}"
}
]
}