File size: 432 Bytes
4fc93b8
 
 
 
 
 
d7322bf
4fc93b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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=