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
|
# - 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
|
# server by putting a # in front of the lines and section name, and removing
|
||||||
# that number from your server_ids list
|
# 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.
|
# This can happen when you are streaming locally. This is usually your public IP.
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
|
@ -16,12 +16,12 @@ sickchill_server_ids = false
|
||||||
[influxdb]
|
[influxdb]
|
||||||
url = influxdb.domain.tld
|
url = influxdb.domain.tld
|
||||||
port = 8086
|
port = 8086
|
||||||
username =
|
username = root
|
||||||
password =
|
password = root
|
||||||
|
|
||||||
[tautulli-1]
|
[tautulli-1]
|
||||||
url = tautulli.domain.tld:8181
|
url = tautulli.domain.tld:8181
|
||||||
fallback_ip = 0.0.0.0
|
fallback_ip = 1.1.1.1
|
||||||
apikey = xxxxxxxxxxxxxxxx
|
apikey = xxxxxxxxxxxxxxxx
|
||||||
ssl = false
|
ssl = false
|
||||||
verify_ssl = false
|
verify_ssl = false
|
||||||
|
@ -92,8 +92,6 @@ verify_ssl = false
|
||||||
get_missing = true
|
get_missing = true
|
||||||
get_missing_run_seconds = 300
|
get_missing_run_seconds = 300
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[ciscoasa-1]
|
[ciscoasa-1]
|
||||||
url = firewall.domain.tld
|
url = firewall.domain.tld
|
||||||
username = cisco
|
username = cisco
|
||||||
|
|
Loading…
Reference in a new issue