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