Files
2025-12-03 18:00:10 -05:00

15 lines
292 B
Bash

# Database
DATABASE_URL="postgresql://rmtpw:rmtpw_password@localhost:5432/rmtpocketwatcher?schema=public"
# Scraper Configuration
SCRAPE_INTERVAL_MINUTES=5
SCRAPER_HEADLESS=true
SCRAPER_TIMEOUT=30000
SCRAPER_MAX_RETRIES=3
# Server
PORT=3000
HOST=0.0.0.0
NODE_ENV=development
LOG_LEVEL=info