# MCP SSH Orchestrator - Environment Configuration
# Copy this file to .env and modify as needed
# Maximum number of concurrent SSH connections
MCP_SSH_MAX_CONCURRENCY=5
# SSH connection timeout in seconds
MCP_SSH_TIMEOUT_SEC=45
# Configuration directory (mounted as volume)
MCP_SSH_CONFIG_DIR=/app/config
# Python environment
PYTHONUNBUFFERED=1