Spaces:
Sleeping
Sleeping
| # 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=* | |