-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
31 lines (23 loc) · 1.01 KB
/
Copy path.env.example
File metadata and controls
31 lines (23 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Supabase Configuration
VITE_SUPABASE_URL=https://your-project-id.supabase.co
VITE_SUPABASE_ANON_KEY=your-anon-key-here
# WhatsApp Embedded Signup (Meta) — used by the agent deployment tab "Connect Number" flow
VITE_FB_APP_ID=your-facebook-app-id
VITE_WHATSAPP_SIGNUP_CONFIG_ID=your-whatsapp-embedded-signup-config-id
# SignalWire Configuration
SIGNALWIRE_PROJECT_ID=your-signalwire-project-id
SIGNALWIRE_API_TOKEN=your-signalwire-api-token
SIGNALWIRE_SPACE_URL=your-space.signalwire.com
# ElevenLabs Configuration (for voice synthesis)
ELEVENLABS_API_KEY=your-elevenlabs-api-key
# OpenAI Configuration (for embeddings)
OPENAI_API_KEY=your-openai-api-key
# Postmark Configuration (for email notifications)
POSTMARK_SERVER_ID=your-postmark-server-id
POSTMARK_API_KEY=your-postmark-api-key
# Area Code Sync (for weekly NANPA updates)
SYNC_SECRET=Bearer your-sync-secret-here
# USA SMS Campaign (set to 'true' once campaign number is configured in SignalWire)
USE_USA_CAMPAIGN_NUMBER=false
# Environment
NODE_ENV=development