Spaces:
Running
Running
| # Deepfake Detection Service - Environment Variables | |
| # Application Settings | |
| APP_NAME=Deepfake Detection Service | |
| APP_VERSION=1.0.0 | |
| DEBUG=True | |
| RELOAD=True | |
| # Server Configuration | |
| HOST=127.0.0.1 | |
| PORT=8000 | |
| # File Handling | |
| DOWNLOAD_TIMEOUT=30 | |
| MAX_FILE_SIZE=104857600 | |
| # Redis Configuration (for future queuing) | |
| REDIS_ENABLED=False | |
| REDIS_URL=redis://localhost:6379 | |
| REDIS_QUEUE_NAME=deepfake_analysis | |
| # Logging | |
| LOG_LEVEL=INFO | |
| LOG_FILE= | |