# UniFi Controller Configuration
# Copy this file to .env and fill in your values
# UniFi Controller URL (required)
# Standard controller: https://192.168.1.1:8443
# UniFi OS (UDM/UDM Pro): https://192.168.1.1
UNIFI_HOST=https://192.168.1.1
# UniFi Controller credentials (required)
UNIFI_USERNAME=admin
UNIFI_PASSWORD=your-password-here
# UniFi site name (optional, defaults to "default")
UNIFI_SITE=default
# Verify SSL certificates (optional, defaults to "true")
# Set to "false" for self-signed certificates
UNIFI_VERIFY_SSL=false
# UniFi OS device (optional, defaults to "false")
# Set to "true" for UDM, UDM Pro, UCG Max, etc.
UNIFI_IS_UNIFI_OS=false