-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
56 lines (44 loc) · 1.57 KB
/
Copy path.env.example
File metadata and controls
56 lines (44 loc) · 1.57 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# ========================================
# OneClickAgent - ZERO COST Deployment
# ========================================
# Server
PORT=3000
NODE_ENV=production
JWT_SECRET=generate-a-random-string-here
APP_URL=https://your-app.railway.app
# Database — Neon.tech FREE PostgreSQL
# Sign up: https://neon.tech (free 512MB)
DATABASE_URL=postgresql://user:pass@ep-xxx.us-east-2.aws.neon.tech/oneclickagent?sslmode=require
# AI Engine — Groq FREE (Primary)
# Sign up: https://console.groq.com (free API key)
GROQ_API_KEY=gsk_your_groq_api_key
GROQ_MODEL=llama-3.1-70b-versatile
AI_ENGINE_PRIORITY=groq,deepseek
# AI Engine — DeepSeek (Fallback, ~$0.001/query)
DEEPSEEK_API_KEY=your-deepseek-api-key
# WhatsApp — Meta Business Cloud API
# Setup: https://developers.facebook.com
# FREE: 1000 conversations/month
WHATSAPP_TOKEN=your-whatsapp-token
WHATSAPP_PHONE_NUMBER_ID=your-phone-number-id
WHATSAPP_VERIFY_TOKEN=oneclickagent-verify
# Voice TTS — google (free 1M chars/month) or coqui
TTS_PROVIDER=google
GOOGLE_TTS_API_KEY=your-google-cloud-tts-key
# ChromaDB — memory mode (no server needed, FREE)
CHROMA_MODE=memory
# Google Calendar (optional)
GOOGLE_CALENDAR_CREDENTIALS={}
GOOGLE_CALENDAR_ID=primary
# Razorpay — India payments
RAZORPAY_KEY_ID=your-razorpay-key-id
RAZORPAY_KEY_SECRET=your-razorpay-key-secret
# Stripe — International payments
STRIPE_SECRET_KEY=your-stripe-secret-key
STRIPE_WEBHOOK_SECRET=your-stripe-webhook-secret
# Broadcast
MAX_BROADCAST_BATCH=50
BROADCAST_DELAY_MS=1000
# Human Handoff
HANDOFF_CONFIDENCE_THRESHOLD=0.3
ADMIN_WHATSAPP_NUMBER=919999999999