2022-10-24 17:03:12 +02:00
|
|
|
# 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.
|
2023-01-19 19:56:00 +01:00
|
|
|
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
|