9 lines
339 B
Text
9 lines
339 B
Text
|
# 1. Copy this file and rename it to .env.local
|
||
|
# 2. Update the enviroment variables below.
|
||
|
|
||
|
# URL pointing to the LiveKit server.
|
||
|
LIVEKIT_URL=wss://your-host
|
||
|
|
||
|
# API key and secret. If you use LiveKit Cloud this can be generated via the cloud dashboard.
|
||
|
LIVEKIT_API_KEY=<____key_goes_here____>
|
||
|
LIVEKIT_API_SECRET=<____secret_goes_here____>
|