From ad7ac7c71b5b8d2bd97b5646ba121edfae81d623 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sun, 4 Jul 2021 15:25:34 +0200 Subject: [PATCH] Renamed config with default_ prefix. --- torrentSearch/config.ini | 18 ------------------ torrentSearch/default_config.ini | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 torrentSearch/config.ini create mode 100644 torrentSearch/default_config.ini diff --git a/torrentSearch/config.ini b/torrentSearch/config.ini deleted file mode 100644 index db9e5af..0000000 --- a/torrentSearch/config.ini +++ /dev/null @@ -1,18 +0,0 @@ -[DEFAULT] -SITE_OPTIONS = piratebay,jackett - -[JACKETT] -HOST = CHANGE_THIS_TO_THE_IP_AND_PORT_OF_JACKETT -PATH = torznab/all -LIMIT = 150 -JACKETT_MAX_SEARCH_RESULT = 1000 -SSL = false -RESULTS_PER_PAGE = 75 -APIKEY = CHANGE_THIS_TO_YOUR_JACKETT_API_KEY - - -[PIRATEBAY] -HOST = thepiratebay.org -PATH = search -LIMIT = 150 -SSL = true diff --git a/torrentSearch/default_config.ini b/torrentSearch/default_config.ini new file mode 100644 index 0000000..b79d703 --- /dev/null +++ b/torrentSearch/default_config.ini @@ -0,0 +1,18 @@ +[DEFAULT] +SITE_OPTIONS = piratebay,jackett + +[JACKETT] +HOST= +PATH=torznab/all +LIMIT=150 +JACKETT_MAX_SEARCH_RESULT=1000 +SSL=false +RESULTS_PER_PAGE=75 +APIKEY= + + +[PIRATEBAY] +HOST=thepiratebay.org +PATH=search +LIMIT=150 +SSL=true