Our basic config file for jackett and piratebay. Need to set our host and apikey manually.

This commit is contained in:
2017-11-02 15:12:31 +01:00
parent b981d12061
commit 9a31f7b441

View File

@@ -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