11 lines
348 B
Text
11 lines
348 B
Text
# Mandatory
|
|
LIVEKIT_KEY=YOUR_LIVEKIT_KEY
|
|
LIVEKIT_SECRET=YOUR_LIVEKIT_SECRET
|
|
LIVEKIT_URL=wss://example.com
|
|
# Optional
|
|
LIVEKIT_FULL_ACCESS_HOMESERVERS=example.com
|
|
# Bind only to localhost when behind reverse proxy (recommended)
|
|
LIVEKIT_JWT_BIND=127.0.0.1:8080
|
|
|
|
# Never use in production:
|
|
# LIVEKIT_INSECURE_SKIP_VERIFY_TLS=YES_I_KNOW_WHAT_I_AM_DOING
|