Verify SSL by default
This commit is contained in:
parent
8245dfd69c
commit
f5b44f3c05
1 changed files with 7 additions and 7 deletions
|
@ -16,14 +16,14 @@ asa = false
|
|||
url = influxdb.domain.tld
|
||||
port = 8086
|
||||
username =
|
||||
password =
|
||||
password =
|
||||
|
||||
[tautulli-1]
|
||||
url = tautulli.domain.tld
|
||||
fallback_ip = 0.0.0.0
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
verify_ssl = true
|
||||
get_activity = true
|
||||
get_activity_run_seconds = 30
|
||||
|
||||
|
@ -31,7 +31,7 @@ get_activity_run_seconds = 30
|
|||
url = sonarr1.domain.tld
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
verify_ssl = true
|
||||
missing_days = 7
|
||||
missing_days_run_seconds = 300
|
||||
future_days = 1
|
||||
|
@ -43,7 +43,7 @@ queue_run_seconds = 300
|
|||
url = sonarr2.domain.tld
|
||||
apikey = yyyyyyyyyyyyyyyy
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
verify_ssl = true
|
||||
missing_days = 7
|
||||
missing_days_run_seconds = 300
|
||||
future_days = 1
|
||||
|
@ -55,7 +55,7 @@ queue_run_seconds = 300
|
|||
url = radarr1.domain.tld
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
verify_ssl = true
|
||||
queue = true
|
||||
queue_run_seconds = 300
|
||||
get_missing = true
|
||||
|
@ -65,7 +65,7 @@ get_missing_run_seconds = 300
|
|||
url = radarr2.domain.tld
|
||||
apikey = yyyyyyyyyyyyyyyy
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
verify_ssl = true
|
||||
queue = true
|
||||
queue_run_seconds = 300
|
||||
get_missing = true
|
||||
|
@ -75,7 +75,7 @@ get_missing_run_seconds = 300
|
|||
url = ombi.domain.tld
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
verify_ssl = true
|
||||
get_request_type_counts = true
|
||||
request_type_run_seconds = 300
|
||||
get_request_total_counts = true
|
||||
|
|
Loading…
Reference in a new issue