From e946f246ebc8e8eaaede8a34a38c63c9149e23bc Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Fri, 10 Jan 2025 15:25:16 -0600 Subject: [PATCH] update example conf file --- examples/up.conf.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/up.conf.example b/examples/up.conf.example index c704d979..00ef1c59 100644 --- a/examples/up.conf.example +++ b/examples/up.conf.example @@ -143,6 +143,10 @@ # ex: file:///etc/unifi/passwd.file, windows: file://C:\\UserData\\Unifi\\Passwd.txt 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. # 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.