# Brave Search API Key (required)
BRAVE_API_KEY=your_brave_api_key_here
# Puppeteer Configuration
# Whether to run the browser in headless mode (true/false)
PUPPETEER_HEADLESS=true
# Timeout for page operations in milliseconds
PAGE_TIMEOUT=30000
# Enable debug logging (true/false)
DEBUG_MODE=false