# Government MCP Server Configuration
# Copy this to .env and customize if needed
# Python logging level
# Options: DEBUG, INFO, WARNING, ERROR
LOG_LEVEL=INFO
# API timeout in seconds
GOV_API_TIMEOUT=30
# Maximum retry attempts for failed requests
GOV_API_MAX_RETRIES=3
# Exponential backoff multiplier for retries
GOV_API_BACKOFF_FACTOR=1.0