File size: 1,246 Bytes
d491dc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ─── Swiggy MCP ───────────────────────────────────────────────────
# Get this by running the OAuth flow (phone + OTP at mcp.swiggy.com)
SWIGGY_ACCESS_TOKEN=your_swiggy_access_token_here

# ─── LLM (Gemini) ─────────────────────────────────────────────────
# Free at aistudio.google.com β†’ Get API Key
GEMINI_API_KEY=your_gemini_api_key_here

# ─── Database ─────────────────────────────────────────────────────
POSTGRES_URL=postgresql://localhost:5432/hyperflow
REDIS_URL=redis://localhost:6379

# ─── Kafka ────────────────────────────────────────────────────────
KAFKA_BROKER=localhost:9092

# ─── App ──────────────────────────────────────────────────────────
ENV=development