.env.example 262 B

1234567891011
  1. # API Key for Bearer authentication
  2. API_KEY=your-secret-key-here
  3. # HTTP server host/IP address (0.0.0.0 = all interfaces, 127.0.0.1 = localhost only)
  4. HOST=0.0.0.0
  5. # HTTP server port
  6. PORT=3000
  7. # Maximum number of concurrent scraping jobs
  8. MAX_CONCURRENT_JOBS=3