forked from googleprojectzero/fuzzilli
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env
More file actions
executable file
·28 lines (21 loc) · 872 Bytes
/
.env
File metadata and controls
executable file
·28 lines (21 loc) · 872 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
# Distributed Fuzzing Environment Configuration
# Copy this file to .env and modify as needed
# Master PostgreSQL Database Configuration
POSTGRES_PASSWORD=fuzzilli123
# Optional: set FUZZILLI_ENABLE_INSPECTION=0 to disable inspection for start-distributed workers (passed into compose when set).
# If unset, Cloud/VRIG/entrypoint-distributed.sh defaults inspection on (see FUZZILLI_ENABLE_INSPECTION:-1 there).
# FUZZILLI_ENABLE_INSPECTION=0
# Fuzzer Configuration
FUZZER_COUNT=3
SYNC_INTERVAL=300
TIMEOUT=2500
MIN_MUTATIONS_PER_SAMPLE=25
# Optional: Override default fuzzer instance names
# FUZZER_INSTANCE_NAMES=fuzzer-1,fuzzer-2,fuzzer-3
# Optional: Custom V8 revision
# V8_REVISION=b0157a634e584163cbe6004db3161dc16dea20f9
# Optional: Resource limits
# FUZZER_MEMORY_LIMIT=2G
# FUZZER_MEMORY_RESERVATION=1G
# Optional: Enable debug logging
# DEBUG_LOGGING=true