Update matrix_rtc.md to use websocket for Livekit domain in compose.
This commit is contained in:
parent
23b532d0aa
commit
8e29fbb3a4
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ services:
|
||||||
container_name: matrix-rtc-jwt
|
container_name: matrix-rtc-jwt
|
||||||
environment:
|
environment:
|
||||||
- LIVEKIT_JWT_PORT=8081
|
- LIVEKIT_JWT_PORT=8081
|
||||||
- LIVEKIT_URL=https://matrix-rtc.yourdomain.com
|
- LIVEKIT_URL=wss://matrix-rtc.yourdomain.com
|
||||||
- LIVEKIT_KEY=mrtckey
|
- LIVEKIT_KEY=mrtckey
|
||||||
- LIVEKIT_SECRET=mrtcsecret
|
- LIVEKIT_SECRET=mrtcsecret
|
||||||
- LIVEKIT_FULL_ACCESS_HOMESERVERS=yourdomain.com
|
- LIVEKIT_FULL_ACCESS_HOMESERVERS=yourdomain.com
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue