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
|
|
|
|
|
2023-01-20 15:41:00 +01:00
|
|
|
# URL pointing to the LiveKit server.
|
|
|
|
LIVEKIT_URL=wss://my-livekit-project.livekit.cloud
|
2023-01-19 19:56:00 +01:00
|
|
|
|
|
|
|
## PUBLIC
|
2023-01-20 15:41:00 +01:00
|
|
|
NEXT_PUBLIC_LK_TOKEN_ENDPOINT=/api/token
|