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]
|
||||
url = influxdb.domain.tld
|
||||
port = 8086
|
||||
username = root
|
||||
password = root
|
||||
username =
|
||||
password =
|
||||
|
||||
[tautulli-1]
|
||||
url = tautulli.domain.tld
|
||||
|
|
Loading…
Reference in a new issue