1b01e60424
* Add settings menu * update livekit deps * Update components * Handle unsupported browsers * make settings model configurable via env * update env * better check against env
14 lines
415 B
Text
14 lines
415 B
Text
# 1. Copy this file and rename it to .env.local
|
|
# 2. Update the enviroment variables below.
|
|
|
|
# API key and secret. If you use LiveKit Cloud this can be generated via the cloud dashboard.
|
|
LIVEKIT_API_KEY=devkey
|
|
LIVEKIT_API_SECRET=secret
|
|
|
|
# URL pointing to the LiveKit server.
|
|
LIVEKIT_URL=wss://my-livekit-project.livekit.cloud
|
|
|
|
## PUBLIC
|
|
NEXT_PUBLIC_LK_TOKEN_ENDPOINT=/api/token
|
|
|
|
NEXT_PUBLIC_SHOW_SETTINGS_MENU=true
|