# ─── 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