example.env•807 B
# Unimus MCP Server Configuration
# Copy this file to .env and update with your values
# Unimus Instance URL
# Full URL including protocol (http/https)
# Example: https://unimus.company.com or http://192.168.1.100:8085
UNIMUS_URL=https://unimus.company.com
# Unimus API Token
# Create this token in Unimus: User Management > API Tokens
# Ensure the token has read permissions for devices and backups
UNIMUS_TOKEN=
# Optional: SSL Certificate Verification (default: true)
# Set to false only for development with self-signed certificates
# UNIMUS_VERIFY_SSL=true
# Optional: Request Timeout in seconds (default: 30)
# Increase for slow networks or large backup retrievals
# UNIMUS_TIMEOUT=30
# Optional: Log Level (default: INFO)
# Options: DEBUG, INFO, WARNING, ERROR, CRITICAL
# UNIMUS_LOG_LEVEL=INFO