Added scaffoded project

This commit is contained in:
2026-06-29 04:39:41 -03:00
parent ab82a4b71c
commit 9bd945cc51
17 changed files with 2797 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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"