-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (27 loc) · 867 Bytes
/
.env.example
File metadata and controls
34 lines (27 loc) · 867 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
# VNC-Perplexity API Server Configuration
# Copy this file to .env and modify as needed
# Server settings
PERPLEXITY_API_HOST=0.0.0.0
PERPLEXITY_API_PORT=8000
PERPLEXITY_API_DEBUG=false
# VNC settings
PERPLEXITY_API_DISPLAY=:99
PERPLEXITY_API_VNC_PORT=1001
PERPLEXITY_API_VNC_GEOMETRY=1920x1080
# Processing modes
PERPLEXITY_API_USE_DOWNLOAD_MODE=true
PERPLEXITY_API_USE_PATTERN_EXTRACTION=true
# Color detection timing (in seconds)
PERPLEXITY_API_INITIAL_WAIT_BEFORE_DETECTION=5
PERPLEXITY_API_COLOR_DETECTION_TIMEOUT=120
PERPLEXITY_API_FALLBACK_TO_DOWNLOAD=true
# Worker settings
PERPLEXITY_API_MAX_WORKERS=5
PERPLEXITY_API_WORKER_TIMEOUT=120
PERPLEXITY_API_RESPONSE_WAIT_TIME=10
# Response processing
PERPLEXITY_API_MAX_RESPONSE_SIZE=1000000
PERPLEXITY_API_CLEANUP_INTERVAL=3600
PERPLEXITY_API_MAX_RESPONSES_STORED=10
# Logging
PERPLEXITY_API_LOG_LEVEL=INFO