Spaces:
Sleeping
Sleeping
| # Server Configuration | |
| DEBUG=False | |
| PORT=8000 | |
| # CORS Configuration (comma-separated origins) | |
| CORS_ORIGINS=http://localhost:3000,https://verifile-x.onrender.com | |
| # Rate Limiting | |
| RATE_LIMIT_PER_MINUTE=10 | |
| # File Upload Limits | |
| MAX_FILE_SIZE_MB=50 | |
| MAX_ANALYSIS_SIZE_MB=10 | |
| # Cache Configuration | |
| CACHE_TTL_MINUTES=60 | |
| MAX_CACHE_SIZE=500 | |
| # Logging | |
| LOG_LEVEL=INFO | |
| # API Configuration | |
| API_V1_PREFIX=/api/v1 | |
| PROJECT_NAME=VeriFile-X | |
| VERSION=8.5.0 | |