Update config example
This commit is contained in:
parent
7645f969cc
commit
19bd10be32
1 changed files with 4 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# - Sonarr + Radarr scripts support multiple servers. You can remove the second
|
||||
# server by putting a # in front of the lines and section name, and removing
|
||||
# that number from your server_ids list
|
||||
# - fallback_ip, This is used when there is no IP listed in tautulli.
|
||||
# - fallback_ip, This is used when there is no IP listed in Tautulli.
|
||||
# This can happen when you are streaming locally. This is usually your public IP.
|
||||
|
||||
[global]
|
||||
|
@ -16,12 +16,12 @@ sickchill_server_ids = false
|
|||
[influxdb]
|
||||
url = influxdb.domain.tld
|
||||
port = 8086
|
||||
username =
|
||||
password =
|
||||
username = root
|
||||
password = root
|
||||
|
||||
[tautulli-1]
|
||||
url = tautulli.domain.tld:8181
|
||||
fallback_ip = 0.0.0.0
|
||||
fallback_ip = 1.1.1.1
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
|
@ -92,8 +92,6 @@ verify_ssl = false
|
|||
get_missing = true
|
||||
get_missing_run_seconds = 300
|
||||
|
||||
|
||||
|
||||
[ciscoasa-1]
|
||||
url = firewall.domain.tld
|
||||
username = cisco
|
||||
|
|
Loading…
Reference in a new issue