neotwin-api / .env.example
1qwsd's picture
deploy: NeoTwin backend v1.0 - FastAPI + Gemini AI
d1a1edf
Raw
History Blame Contribute Delete
394 Bytes
# NeoTwin Backend — Environment Variables
# Copy this to .env and fill in your real values (never commit .env!)
# --- Required ---
GEMINI_API_KEY=your_gemini_api_key_here
HUGGINGFACE_TOKEN=your_hf_token_here
# --- Optional ---
PORT=7860
ENABLE_MONITORING=false
# --- CORS (comma-separated allowed origins) ---
# Leave * for dev. Set your real frontend URL in production.
ALLOWED_ORIGINS=*