cf7d8890c1
* Add link to components to README * use components meet version * update readme * fix index styles * update components * update components * update components
11 lines
354 B
Text
11 lines
354 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
|
|
|
|
|
|
## PUBLIC
|
|
NEXT_PUBLIC_LK_TOKEN_ENDPOINT=/api/token
|
|
NEXT_PUBLIC_LK_SERVER_URL=wss://my-livekit-project.livekit.cloud
|