This commit is contained in:
Lennart Lösche 2025-01-24 12:38:41 +01:00 committed by GitHub
parent 3b645bddbe
commit 963794b629
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -17,4 +17,5 @@ POLLER_DEBUG=false
POLLER_SAVE_DPI=false
UNIFI_USER=unpoller
UNIFI_PASS=set_this_on_your_controller
UNIFI_APIKEY=create_this
UNIFI_URL=https://127.0.0.1:8443

View File

@ -47,6 +47,7 @@ services:
- UP_INFLUXDB_URL=http://influxdb:8086
- UP_UNIFI_DEFAULT_USER=${UNIFI_USER}
- UP_UNIFI_DEFAULT_PASS=${UNIFI_PASS}
- UP_UNIFI_DEFAULT_APIKEY=${UNIFI_APIKEY}
- UP_UNIFI_DEFAULT_URL=${UNIFI_URL}
- UP_POLLER_DEBUG=${POLLER_DEBUG}
- UP_UNIFI_DEFAULT_SAVE_DPI=${POLLER_SAVE_DPI}