.env.example•1.23 kB
# Environment file example for CallHub MCP
# Copy this file to .env and fill in your actual credentials
# Default account (used when no account is specified)
CALLHUB_DEFAULT_USERNAME=your_username
CALLHUB_DEFAULT_API_KEY=your_api_key
CALLHUB_DEFAULT_BASE_URL=https://api.callhub.io
# Additional accounts with descriptive names (optional)
# You can use any meaningful name (letters, numbers, underscores only)
# CALLHUB_PERSONAL_USERNAME=personal_username
# CALLHUB_PERSONAL_API_KEY=personal_api_key
# CALLHUB_PERSONAL_BASE_URL=https://api-na1.callhub.io
# CALLHUB_CLIENT123_USERNAME=client_username
# CALLHUB_CLIENT123_API_KEY=client_api_key
# CALLHUB_CLIENT123_BASE_URL=https://api-na1.callhub.io
# MCP Configuration
# LOG_LEVEL=INFO # DEBUG, INFO, WARNING, ERROR, CRITICAL
# MAX_RETRIES=3 # Maximum number of retry attempts for API calls
# INITIAL_BACKOFF=2 # Initial backoff time in seconds
# MAX_BACKOFF=60 # Maximum backoff time in seconds
# BATCH_SIZE=10 # Default batch size for batch operations
# Browser Automation Settings (for agent activation)
# HEADLESS=true # Run browser in headless mode
# BROWSER_TIMEOUT=30 # Browser operation timeout in seconds