mirror of
https://github.com/andrey271192/Domain_web.git
synced 2026-09-20 14:41:58 +00:00
Replace GeoExport static site with Next.js domain intelligence app: real DNS/WHOIS/SSL/HTTP/geo scans, SSE progress, Docker stack, updated install/uninstall scripts, and full documentation. Co-authored-by: Cursor <cursoragent@cursor.com>
9 lines
305 B
Plaintext
9 lines
305 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
|