14 lines
461 B
Bash
14 lines
461 B
Bash
# Enviroment variables needed to connect to the LiveKit server.
|
|
LIVEKIT_API_KEY=<your_api_key>
|
|
LIVEKIT_API_SECRET=<your_api_secret>
|
|
LIVEKIT_URL=wss://<project-subdomain>.livekit.cloud
|
|
|
|
# Agent dispatch (https://docs.livekit.io/agents/server/agent-dispatch)
|
|
# Leave AGENT_NAME blank to enable automatic dispatch
|
|
# Provide an agent name to enable explicit dispatch
|
|
AGENT_NAME=
|
|
|
|
# Internally used environment variables
|
|
NEXT_PUBLIC_APP_CONFIG_ENDPOINT=
|
|
SANDBOX_ID=
|