Files
element-docker-demo/data-template/nginx/www/.well-known/matrix/client
2024-11-05 14:03:17 +00:00

19 lines
459 B
Plaintext

{
"m.homeserver": {
"base_url": "https://${HOMESERVER_FQDN}"
},
"m.identity_server": {
"base_url": "${IDENTITY_SERVER_URL}"
},
"org.matrix.msc2965.authentication": {
"issuer": "https://${DOMAIN}/",
"account": "https://${MAS_FQDN}/account"
},
"org.matrix.msc4143.rtc_foci": [
{
"type": "livekit",
"livekit_service_url": "https://${LIVEKIT_JWT_FQDN}"
}
]
}