Remove username and pass from default
This commit is contained in:
parent
f71a7a0c28
commit
773d081ce2
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ asa = false
|
||||||
[influxdb]
|
[influxdb]
|
||||||
url = influxdb.domain.tld
|
url = influxdb.domain.tld
|
||||||
port = 8086
|
port = 8086
|
||||||
username = root
|
username =
|
||||||
password = root
|
password =
|
||||||
|
|
||||||
[tautulli-1]
|
[tautulli-1]
|
||||||
url = tautulli.domain.tld
|
url = tautulli.domain.tld
|
||||||
|
|
Loading…
Reference in a new issue