This commit is contained in:
2026-06-16 16:56:27 +03:30
parent a5d09be46e
commit 24155ad6bf
22 changed files with 2485 additions and 762 deletions
+5 -2
View File
@@ -1,6 +1,8 @@
# Copy to .env and fill in
TARGET_URL=https://example.com
# Logging
LOG_LEVEL=INFO # DEBUG | INFO | WARNING | ERROR | CRITICAL
# LOG_FILE=logs/seed.log # optional rotating file log
# Admin panel credentials
ADMIN_USERNAME=admin
@@ -13,7 +15,8 @@ DB_PATH=data/tracker.db
# Chrome: set to false to watch the browser window
HEADLESS=true
# CHROME_BINARY=/usr/bin/chromium # optional: explicit Chrome path
# CHROME_BINARY=/usr/bin/google-chrome-stable # optional: explicit Chrome binary path
# CHROMEDRIVER_PATH=drivers/chromedriver # pre-patched driver (run: make patch-driver)
# Scenario 1 — comma-separated phone numbers
PHONE_NUMBERS=+989100000001,+989100000002,+989100000003