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
|
2024-03-05 15:48:46 +01:00
|
|
|
NEXT_PUBLIC_LK_TOKEN_ENDPOINT=/api/token
|
|
|
|
NEXT_PUBLIC_SHOW_SETTINGS_MENU=true
|
2024-03-14 10:24:20 +01:00
|
|
|
# NEXT_PUBLIC_DATADOG_CLIENT_TOKEN=client-token
|
|
|
|
# NEXT_PUBLIC_DATADOG_SITE=datadog-site
|