-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
23 lines (18 loc) · 868 Bytes
/
env.example
File metadata and controls
23 lines (18 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# LiveKit Configuration
# Get these from https://cloud.livekit.io/
LIVEKIT_URL=wss://your-app.livekit.cloud
LIVEKIT_API_KEY=APIxxxxxxxxxxxxxxxxx
LIVEKIT_API_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# OpenAI API Key (for LLM and STT)
# Get from https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Render API Key (for workflow triggers)
# Get from https://dashboard.render.com/u/settings/api-keys
RENDER_API_KEY=rnd_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Workflow Service ID (for production - get from Render Dashboard after creating workflow)
# Leave empty for local development (will use simulation)
WORKFLOW_SERVICE_ID=
# Local workflow development settings
# Set true when running `render workflows dev -- npm start` for the workflows service
RENDER_USE_LOCAL_DEV=true
RENDER_LOCAL_DEV_URL=http://localhost:8120