-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
18 lines (18 loc) · 901 Bytes
/
.env.example
File metadata and controls
18 lines (18 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CSFLOAT_API_KEY=your_api_key_here
# Optional: second account key for controlled cross-account live offer tests
# CSFLOAT_API_KEY_2=your_second_api_key_here
# Optional: point to a different API base during development
# CSFLOAT_BASE_URL=https://csfloat.com/api/v1
# Example scripts (`npm run example:*`) also read CSFLOAT_API_KEY from this file
# Optional: output directory for the deep live response-shape audit
# SHAPE_AUDIT_OUT_DIR=/tmp/csfloat-shape-audit
# Optional: pacing between live response-shape audit requests
# SHAPE_AUDIT_DELAY_MS=400
# Optional: prefer a specific Steam ID in the live audit
# CSFLOAT_STEAM_ID=7656119...
# Optional: enable reversible mutation checks in the live audit
# ALLOW_LIVE_MUTATIONS=1
# Optional: include riskier discovery probes (disabled by default)
# ALLOW_RISKY_PROBES=1
# Optional: slow the audit down even further if needed
# CSFLOAT_REQUEST_DELAY_MS=1000