Our basic config file for jackett and piratebay. Need to set our host and apikey manually.
This commit is contained in:
@@ -2,8 +2,17 @@
|
||||
|
||||
|
||||
[JACKETT]
|
||||
JACKETT_HOST = '10.0.0.41'
|
||||
JACKETT_PORT = 9117
|
||||
HOST = CHANGE_THIS_TO_YOUR_JACKETT_HOST_ADDRESS
|
||||
PATH = torznab/all
|
||||
LIMIT = 150
|
||||
JACKETT_MAX_SEARCH_RESULT = 1000
|
||||
JACKETT_SSL = False
|
||||
RESULTS_PER_PAGE = 75
|
||||
SSL = false
|
||||
RESULTS_PER_PAGE = 75
|
||||
apikey = CHANGE_THIS_TO_YOUR_JACKETT_API_KEY
|
||||
|
||||
|
||||
[PIRATEBAY]
|
||||
HOST = thepiratebay.org
|
||||
PATH = search
|
||||
LIMIT = 150
|
||||
SSL = true
|
||||
Reference in New Issue
Block a user