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]
|
||||||
JACKETT_HOST = '10.0.0.41'
|
HOST = CHANGE_THIS_TO_YOUR_JACKETT_HOST_ADDRESS
|
||||||
JACKETT_PORT = 9117
|
PATH = torznab/all
|
||||||
|
LIMIT = 150
|
||||||
JACKETT_MAX_SEARCH_RESULT = 1000
|
JACKETT_MAX_SEARCH_RESULT = 1000
|
||||||
JACKETT_SSL = False
|
SSL = false
|
||||||
RESULTS_PER_PAGE = 75
|
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