mirror of
https://github.com/andrey271192/Domain_web.git
synced 2026-09-20 14:41:58 +00:00
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>
12 lines
371 B
Plaintext
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=
|