From 9a31f7b4412ce7cd8f4946d5568c2c17cc1082de Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 2 Nov 2017 15:12:31 +0100 Subject: [PATCH] Our basic config file for jackett and piratebay. Need to set our host and apikey manually. --- torrentSearch/config.example.ini | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/torrentSearch/config.example.ini b/torrentSearch/config.example.ini index d6fcdc3..fd98b57 100644 --- a/torrentSearch/config.example.ini +++ b/torrentSearch/config.example.ini @@ -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 \ No newline at end of file +SSL = false +RESULTS_PER_PAGE = 75 +apikey = CHANGE_THIS_TO_YOUR_JACKETT_API_KEY + + +[PIRATEBAY] +HOST = thepiratebay.org +PATH = search +LIMIT = 150 +SSL = true \ No newline at end of file