| # Hugging Face Spaces Environment Configuration | |
| # Use these settings in your HF Space secrets/environment | |
| # API Keys (Add these to your Space secrets) | |
| # NEBIUS_API_KEY=your_nebius_api_key_here | |
| # MODAL_TOKEN_ID=your_modal_token_id_here | |
| # MODAL_TOKEN_SECRET=your_modal_token_secret_here | |
| # GITHUB_TOKEN=your_github_token_here | |
| # File Upload Configuration | |
| # Uploads are enabled by default in HF Spaces | |
| # Only set this to 'true' if you want to disable uploads | |
| # DISABLE_UPLOADS=false | |
| # Server Configuration | |
| NODE_ENV=production | |
| PORT=7860 | |
| # Database and uploads will automatically use /tmp in HF Spaces | |
| # No additional configuration needed for storage |