# Required
SERPER_API_KEY=your-api-key-here
# Optional
SERPER_BASE_URL=https://google.serper.dev
SERPER_DEFAULT_RESULTS=10
SERPER_MAX_RESULTS=100
# Logging
LOG_LEVEL=info # debug, info, warn, error
LOG_DURING_TESTS=false
# Node Environment
NODE_ENV=development # development, production, test