Spaces:
Running
Running
| # Server Configuration | |
| DEBUG=False | |
| HOST=0.0.0.0 | |
| PORT=8000 | |
| # File Processing | |
| MAX_FILE_SIZE_MB=50 | |
| # CORS (Update with your frontend URL) | |
| CORS_ORIGINS=["http://localhost:3000"] | |
| # Future: Add API keys for AI models here | |
| # OPENAI_API_KEY=your_key_here | |
| # HUGGINGFACE_TOKEN=your_token_here | |