# MCP LNC Server Configuration
# Copy this file to lightning-mcp-server/.env and customize for your environment.

# Default mailbox server address
# Production: mailbox.terminal.lightning.today:443
# Regtest:    aperture:11110
LNC_MAILBOX_SERVER=mailbox.terminal.lightning.today:443

# Enable dev mode for local/regtest environments
LNC_DEV_MODE=false

# Skip TLS verification (only for development!)
LNC_INSECURE=false

# Connection timeout in seconds
LNC_CONNECT_TIMEOUT=30
