mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
19 lines
459 B
Plaintext
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}"
|
|
}
|
|
]
|
|
}
|