Add ports to the example config
This commit is contained in:
parent
1252c1af8d
commit
bb12b74555
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ username =
|
|||
password =
|
||||
|
||||
[tautulli-1]
|
||||
url = tautulli.domain.tld
|
||||
url = tautulli.domain.tld:8181
|
||||
fallback_ip = 0.0.0.0
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
|
@ -28,7 +28,7 @@ get_activity = true
|
|||
get_activity_run_seconds = 30
|
||||
|
||||
[sonarr-1]
|
||||
url = sonarr1.domain.tld
|
||||
url = sonarr1.domain.tld:8989
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = true
|
||||
|
@ -40,7 +40,7 @@ queue = true
|
|||
queue_run_seconds = 300
|
||||
|
||||
[sonarr-2]
|
||||
url = sonarr2.domain.tld
|
||||
url = sonarr2.domain.tld:8989
|
||||
apikey = yyyyyyyyyyyyyyyy
|
||||
ssl = false
|
||||
verify_ssl = true
|
||||
|
|
Loading…
Reference in a new issue