add lidarr to example.ini
This commit is contained in:
parent
ec4b069ec6
commit
f00bfa5be4
2 changed files with 17 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
[global]
|
||||
sonarr_server_ids = 1,2
|
||||
radarr_server_ids = 1,2
|
||||
lidarr_server_ids = 1
|
||||
tautulli_server_ids = 1
|
||||
ombi_server_ids = 1
|
||||
sickchill_server_ids = false
|
||||
|
@ -69,6 +70,18 @@ queue_run_seconds = 300
|
|||
get_missing = true
|
||||
get_missing_run_seconds = 300
|
||||
|
||||
[lidarr-1]
|
||||
url = lidarr1.domain.tld:8686
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = false
|
||||
missing_days = 30
|
||||
missing_days_run_seconds = 300
|
||||
future_days = 30
|
||||
future_days_run_seconds = 300
|
||||
queue = true
|
||||
queue_run_seconds = 300
|
||||
|
||||
[ombi-1]
|
||||
url = ombi.domain.tld
|
||||
apikey = xxxxxxxxxxxxxxxx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue