# RouterOS MCP Server Configuration
# Copy this file to .env and customize as needed
# RouterOS connection settings (optional - defaults shown)
# ROUTEROS_API_PORT=8728
# ROUTEROS_API_SSL_PORT=8729
# ROUTEROS_SSH_PORT=22
# ROUTEROS_TIMEOUT=10
# ROUTEROS_CONNECTION_ORDER=api,api_ssl,ssh
# Path to devices.yaml file (optional)
# If not specified, looks for devices.yaml in:
# 1. ~/.config/routeros-mcp/devices.yaml
# 2. ./devices.yaml
# See etc/devices.yaml.example for a complete example
# ROUTEROS_DEVICES_CONFIG=/path/to/devices.yaml
# Logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
# ROUTEROS_LOG_LEVEL=INFO