DetectMeBotBackend / backend /.env.example
Gradii's picture
startuping cleanup
d7322bf
Raw
History Blame
535 Bytes
# 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
# ML Model Configuration
DEFAULT_DETECTOR_MODEL=mock
# Supported models: mock, deepseek, openai, etc.
# Redis Configuration (for future queuing)
REDIS_ENABLED=False
REDIS_URL=redis://localhost:6379
REDIS_QUEUE_NAME=deepfake_analysis
# Logging
LOG_LEVEL=INFO
LOG_FILE=