← back to Cypress Awards

backend/.env.example

23 lines

# Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB_NAME=cypresawards
DB_USER=postgres
DB_PASSWORD=your_password_here

# Server Configuration
PORT=3010
NODE_ENV=development

# Scraper Configuration
SCRAPER_DELAY_MS=2000
SCRAPER_MAX_CONCURRENT=5
SCRAPER_USER_AGENT=CyPresAwards Bot/1.0 (Legal Research Tool; +https://cypresawards.com/about)

# Rate Limiting
RATE_LIMIT_WINDOW_MS=900000
RATE_LIMIT_MAX_REQUESTS=100

# Logging
LOG_LEVEL=info