-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy path.env.example
More file actions
41 lines (34 loc) · 933 Bytes
/
Copy path.env.example
File metadata and controls
41 lines (34 loc) · 933 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
38
39
40
41
# --- Veneno Traffic Bot v2.1.0 ---
# Use this as a template for your .env file
# [App settings]
NODE_ENV=production
LOG_LEVEL=info
# [Execution Roles]
# Options: producer, worker, both
BOT_ROLE=both
# Redis URL for BullMQ (required for distributed scaling)
REDIS_URL=redis://127.0.0.1:6379
# [Traffic Config]
DEFAULT_URL=https://lucasveneno.com/
MAX_SESSIONS=1
SESSION_TIME=3 # Minutes (integer) or 'random' (60-300s)
# [Stealth & Behavior]
HEADLESS=true
HUMAN_BEHAVIOR=true
BEHAVIOR_INTENSITY=medium # low, medium, high
# [Advanced Customization]
ORGANIC_SEARCH=false
# Comma-separated list of keywords
SEARCH_KEYWORDS=traffic bot,github,ai agent
# Comma-separated list of custom referrers
REFERRER_POOL=
# Automatically match browser geolocation to proxy IP
MATCH_GEOLOCATION=false
# [Browser Seeding]
PERSISTENT_SESSIONS=false
SESSIONS_DATA_DIR=./sessions
# [Proxy settings]
PROXY_URL=
PROXY_PORT=
PROXY_USER=
PROXY_PASS=