-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 733 Bytes
/
.env.example
File metadata and controls
28 lines (22 loc) · 733 Bytes
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
# ============================================
# Sales Insight Automator - Environment Config
# ============================================
# --- Backend ---
BACKEND_PORT=8000
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:5173
API_KEY=change-me-to-a-strong-random-string
# --- Gemini LLM ---
GEMINI_API_KEY=your-google-gemini-api-key
# --- Email (Resend) ---
RESEND_API_KEY=your-resend-api-key
EMAIL_FROM=onboarding@resend.dev
# --- Limits ---
MAX_FILE_SIZE_MB=5
MAX_ROW_COUNT=10000
REQUEST_TIMEOUT_SECONDS=30
RATE_LIMIT=10/minute
# --- Docs (set to false in production) ---
DOCS_ENABLED=true
# --- Frontend (used at build time) ---
VITE_API_URL=http://localhost:8000
VITE_API_KEY=change-me-to-a-strong-random-string