added args to ini
This commit is contained in:
parent
1fce9df22a
commit
90b3b70b25
1 changed files with 6 additions and 0 deletions
|
@ -23,12 +23,18 @@ url = sonarr1.domain.tld
|
|||
apikey = xxxxxxxxxxxxxxxx
|
||||
ssl = false
|
||||
verify_ssl = true
|
||||
missing_days = 7
|
||||
future_days = 1
|
||||
queue = true
|
||||
|
||||
[sonarr-2]
|
||||
url = sonarr2.domain.tld
|
||||
apikey = yyyyyyyyyyyyyyyy
|
||||
ssl = false
|
||||
verify_ssl = true
|
||||
missing_days = 7
|
||||
future_days = 1
|
||||
queue = true
|
||||
|
||||
[radarr-1]
|
||||
url = radarr1.domain.tld
|
||||
|
|
Loading…
Reference in a new issue