12 lines
297 B
Bash
12 lines
297 B
Bash
DATABASE_URL="postgres://camfinder:camfinder@127.0.0.1:5432/camfinder"
|
|
SCAN_CIDRS="192.168.15.0/24"
|
|
SCAN_CIDR_FILE=""
|
|
SCAN_PORT=554
|
|
SCAN_TIMEOUT_MS=1200
|
|
SCAN_CONCURRENCY=16
|
|
SCAN_CHUNK_SIZE=64
|
|
SCAN_MODE="local"
|
|
COORDINATOR_BIND="0.0.0.0:666"
|
|
COORDINATOR_ADDR="127.0.0.1:666"
|
|
WORKER_NAME="worker-1"
|