update example conf file

This commit is contained in:
Cody Lee 2025-01-10 15:25:16 -06:00
parent 8cb90edb2a
commit e946f246eb
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -143,6 +143,10 @@
# ex: file:///etc/unifi/passwd.file, windows: file://C:\\UserData\\Unifi\\Passwd.txt # ex: file:///etc/unifi/passwd.file, windows: file://C:\\UserData\\Unifi\\Passwd.txt
pass = "unifipoller" pass = "unifipoller"
# API Key
# Unifi now supports API Key authentication. This is exclusive of user/pass auth.
# api_key = "unifiapikey"
# If the controller has more than one site, specify which sites to poll here. # If the controller has more than one site, specify which sites to poll here.
# Set this to ["default"] to poll only the first site on the controller. # Set this to ["default"] to poll only the first site on the controller.
# A setting of ["all"] will poll all sites; this works if you only have 1 site too. # A setting of ["all"] will poll all sites; this works if you only have 1 site too.