16 lines
271 B
Bash
16 lines
271 B
Bash
# UniFi Controller
|
|
UNIFI_HOST=https://your-unifi-host
|
|
UNIFI_SITE_ID=your-site-id
|
|
UNIFI_API_TOKEN=your-api-token
|
|
UNIFI_VERIFY_SSL=false
|
|
|
|
# Config
|
|
CONFIG_FILE=config/rules.yaml
|
|
LOG_LEVEL=INFO
|
|
DEBUG=false
|
|
|
|
# NTFY Notifications (optional)
|
|
NTFY_URL=
|
|
NTFY_TOPIC=
|
|
NTFY_API_KEY=
|