# Smartling API Credentials
# Get these from your Smartling account settings
SMARTLING_USER_IDENTIFIER=your_user_identifier_here
SMARTLING_USER_SECRET=your_user_secret_here
SMARTLING_BASE_URL=https://api.smartling.com
# Debug mode (optional)
DEBUG=false
# MCP Server Configuration (optional)
# MCP_PORT=3000
# MCP_HOST=localhost