-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
37 lines (28 loc) · 858 Bytes
/
Copy path.env
File metadata and controls
37 lines (28 loc) · 858 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
# PixIntelligence Environment Configuration
# Copy this file to .env and customize as needed
# Server Configuration
PIXINTELLIGENCE_HOST=0.0.0.0
PIXINTELLIGENCE_PORT=8000
# Application Settings
PYTHONUNBUFFERED=1
PYTHONDONTWRITEBYTECODE=1
# Database Configuration
# DATABASE_PATH=/app/src/data/pixintelligence.db
# Upload Settings
# MAX_UPLOAD_SIZE=100MB
# ALLOWED_EXTENSIONS=jpg,jpeg,png,gif,webp,tiff
# ML Models (optional)
# MANTRANET_MODEL_PATH=/app/src/ml/models/mantranet.pth
# YOLO_MODEL_PATH=/app/src/ml/models/yolov8n.pt
# Analysis Settings
# ENABLE_ML_DETECTION=true
# ENABLE_PRNU_ANALYSIS=true
# ENABLE_STEGANOGRAPHY=true
# Performance Settings
# MAX_WORKERS=4
# ANALYSIS_TIMEOUT=300
# Logging
# LOG_LEVEL=INFO
# LOG_FILE=/app/logs/pixintelligence.log
# Development Settings (set to "development" for debug mode)
# ENVIRONMENT=production