added missing keys to example.ini
This commit is contained in:
parent
c7c7e34bfe
commit
0f06236117
1 changed files with 4 additions and 1 deletions
|
@ -50,13 +50,16 @@ verify_ssl = true
|
|||
|
||||
[tautulli]
|
||||
url = tautulli.domain.tld
|
||||
tautulli_failback_ip = 0.0.0.0
|
||||
fallback_ip = 0.0.0.0
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = true
|
||||
influx_db = plex
|
||||
|
||||
[asa]
|
||||
url = firewall.domain.tld
|
||||
username = cisco
|
||||
password = cisco
|
||||
influx_db = asa
|
||||
ssl = false
|
||||
verify_ssl = true
|
Loading…
Reference in a new issue