From fbe7a0b4f1046eb8145fd2ef6630087eced2348f Mon Sep 17 00:00:00 2001 From: proggrammingbd <122297368+proggrammingbd@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:09:38 +0600 Subject: [PATCH] Update config.example.js --- config.example.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.example.js b/config.example.js index a4344f2..d6c258a 100644 --- a/config.example.js +++ b/config.example.js @@ -4,10 +4,10 @@ module.exports = { envs: { // The name of your tracker site. Maximum 20 characters. - SQ_SITE_NAME: "sqtracker demo", + SQ_SITE_NAME: "TORRENTSFIGHTER", // A short description of your tracker site. Maximum 80 characters. - SQ_SITE_DESCRIPTION: "A short description for your tracker site", + SQ_SITE_DESCRIPTION: "Okey Let's Build a torrents ", // A map of custom hex colours to use as the theme of your site. // If not specified, the default light and dark themes will be used. @@ -33,7 +33,7 @@ module.exports = { SQ_ALLOW_ANONYMOUS_UPLOADS: false, // Minimum allowed ratio. Below this users will not be able to download. Set to -1 to disable. - SQ_MINIMUM_RATIO: 0.75, + SQ_MINIMUM_RATIO: 0.50, // Maximum allowed hit'n'runs. Above this users will not be allowed to download. Set to -1 to disable. // A user has committed a hit'n'run when a torrent is fully downloaded and not seeded to a 1:1 ratio. @@ -43,7 +43,7 @@ module.exports = { // Each has an array of zero or more sources available within that category. SQ_TORRENT_CATEGORIES: { Movies: ["BluRay", "WebDL", "HDRip", "WebRip", "DVD", "Cam"], - TV: [], + TV: [" Web-DL"], Music: [], Books: [], }, @@ -77,7 +77,7 @@ module.exports = { SQ_BASE_URL: "https://sqtracker.dev", // The URL of your API. Under the recommended setup, it should be `${SQ_BASE_URL}/api`. - SQ_API_URL: "https://sqtracker.dev/api", + SQ_API_URL: "${SQ_BASE_URL}/api", // The URL of your MongoDB server. Under the recommended setup, it should be `mongodb://sq_mongodb/sqtracker`. SQ_MONGO_URL: "mongodb://sq_mongodb/sqtracker",