5 lines
241 B
Plaintext
5 lines
241 B
Plaintext
|
|
# UniFi Network API (Official). Used by unifi-api and scripts/unifi/*.sh
|
||
|
|
UNIFI_UDM_URL=https://192.168.0.1
|
||
|
|
UNIFI_API_KEY=
|
||
|
|
# Set to false when using self-signed cert (e.g. unifi.local) to avoid SSL errors in API/scripts
|
||
|
|
UNIFI_VERIFY_SSL=false
|