Files
Domain_web/.env.example
Андрей Бобырев 010e053ca1 feat: monitors worker, auth register, scan polish
Add background DNS/SSL monitor checks, registration API, smoother SSE
with stage labels, improved CDN/WAF detection, light-theme UI polish,
and README roadmap updates.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 23:33:15 +03:00

12 lines
371 B
Plaintext

# Domain Scanner
DATABASE_URL=postgresql://scanner:scanner@localhost:5432/domain_scanner?schema=public
REDIS_URL=redis://localhost:6379
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=change-me-to-a-long-random-string
NEXT_PUBLIC_APP_URL=http://localhost:3000
IPINFO_TOKEN=
SCAN_RATE_LIMIT_PER_HOUR=30
MONITOR_INTERVAL_MS=300000
SEED_ADMIN_EMAIL=
SEED_ADMIN_PASSWORD=