# Database Configuration
# Copy this file to .env and fill in your values
DB_HOST=db
DB_PORT=5432
DB_USER=wuyuxuan
DB_PASSWORD=1234567890
DB_NAME=postgres

# Scraper Configuration
# Interval in seconds between runs (default: 86400 = 24 hours)
SCRAPER_INTERVAL_SECONDS=86400
