-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 850 Bytes
/
.env.example
File metadata and controls
23 lines (19 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ============================================
# SERVER CONFIGURATION
# ============================================
PORT=3000
HOST=0.0.0.0
# Proxy security - set a random UUID to protect your proxy endpoint
# Generate one with: node -e "console.log(crypto.randomUUID())"
# Leave empty to disable authentication (not recommended for production)
PROXY_SECRET=
# Default rotating proxy for all requests (optional)
# Leave empty to make direct requests without a proxy
DEFAULT_PROXY_URL=http://830da123f1ae2688629c:b223a9190bb7ab1d@gw.dataimpulse.com:823
# ============================================
# CLIENT CONFIGURATION (when using as a package)
# ============================================
# The stealth-req-api server URL
STEALTH_REQ_HOST=http://localhost:3000
# Authentication secret (must match server's PROXY_SECRET)
STEALTH_REQ_SECRET=