-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
48 lines (40 loc) · 1.98 KB
/
.env.example
File metadata and controls
48 lines (40 loc) · 1.98 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
# Saarthi AI Environment Variables
# Copy this to .env and fill in your values
# =============================================================================
# Qdrant Configuration
# =============================================================================
# Local development
QDRANT_HOST=localhost
QDRANT_PORT=6333
# Production (Qdrant Cloud - https://cloud.qdrant.io)
# QDRANT_URL=https://your-cluster-id.us-east4-0.gcp.cloud.qdrant.io
# QDRANT_API_KEY=your-qdrant-api-key
# =============================================================================
# LLM Configuration (Optional - for OCR/poster extraction)
# =============================================================================
# Google Gemini API (recommended for poster scanning)
GEMINI_API_KEY=your-gemini-api-key
# Rate limiting for Gemini
GEMINI_RATE_LIMIT=10
# =============================================================================
# Application Settings
# =============================================================================
ENVIRONMENT=development
LOG_LEVEL=INFO
# =============================================================================
# CORS Configuration
# =============================================================================
# Comma-separated list of allowed origins
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001,http://127.0.0.1:3000
# =============================================================================
# Frontend Configuration (Next.js)
# =============================================================================
# Set these in your frontend .env.local file
# NEXT_PUBLIC_API_URL=http://localhost:8000
# NEXT_PUBLIC_WS_URL=ws://localhost:8000
# =============================================================================
# Production URLs (after deployment)
# =============================================================================
# Backend: https://saarthi-backend.onrender.com
# Frontend: https://saarthi-ai.vercel.app
# Qdrant: https://your-cluster.qdrant.io