HyperFlow / .env.example
Gaurav711's picture
deploy: revert to 733e96b
d491dc1
Raw
History Blame Contribute Delete
1.25 kB
# ─── 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