livekit-dgn/.env.example

9 lines
339 B
Text
Raw Normal View History

2022-10-24 17:03:12 +02:00
# 1. Copy this file and rename it to .env.local
# 2. Update the enviroment variables below.
# URL pointing to the LiveKit server.
LIVEKIT_URL=wss://your-host
# API key and secret. If you use LiveKit Cloud this can be generated via the cloud dashboard.
LIVEKIT_API_KEY=<____key_goes_here____>
LIVEKIT_API_SECRET=<____secret_goes_here____>