Fix default user in config files.

This commit is contained in:
David Newhall II 2019-08-26 02:16:44 -07:00
parent 39ebf40c81
commit b0fbfff621
4 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ influx_pass = "unifi"
influx_db = "unifi"
# Make a read-only user in the UniFi Admin Settings.
unifi_user = "influxdb"
unifi_user = "influx"
# You may also set env variable UNIFI_PASSWORD instead of putting this in the config.
unifi_pass = "4BB9345C-2341-48D7-99F5-E01B583FF77F"
unifi_url = "https://127.0.0.1:8443"

View File

@ -9,7 +9,7 @@
"influx_user": "unifi",
"influx_pass": "unifi",
"influx_db": "unifi",
"unifi_user": "influxdb",
"unifi_user": "influx",
"unifi_pass": "",
"unifi_url": "https://127.0.0.1:8443",
"collect_ids": false,

View File

@ -68,7 +68,7 @@
<!--
# Make a read-only user in the UniFi Admin Settings.
-->
<unifi_user>influxdb</unifi_user>
<unifi_user>influx</unifi_user>
<unifi_pass></unifi_pass>
<unifi_url>https://127.0.0.1:8443</unifi_url>
<!--

View File

@ -46,7 +46,7 @@ influx_pass: "unifi"
influx_db: "unifi"
# Make a read-only user in the UniFi Admin Settings.
unifi_user: "influxdb"
unifi_user: "influx"
unifi_pass: ""
unifi_url: "https://127.0.0.1:8443"