From d1d5ccc614d44f6328d3223b2b299f696f1ba57c Mon Sep 17 00:00:00 2001 From: Ronin <75478274+ronin08@users.noreply.github.com> Date: Thu, 23 Sep 2021 18:09:28 +0530 Subject: [PATCH] Update config_sample.env minor changes --- config_sample.env | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/config_sample.env b/config_sample.env index 689dabbd8e5..27bd949b353 100644 --- a/config_sample.env +++ b/config_sample.env @@ -1,6 +1,8 @@ # Remove this line before deploying _____REMOVE_THIS_LINE_____=True +# Please read this for filling instructions: https://github.com/SlamDevs/slam-mirrorbot#setting-up-config-file + # REQUIRED CONFIG BOT_TOKEN = "" GDRIVE_FOLDER_ID = "" @@ -18,7 +20,7 @@ SUDO_USERS = "" # Split by space IGNORE_PENDING_REQUESTS = "" USE_SERVICE_ACCOUNTS = "" INDEX_URL = "" -STATUS_LIMIT = "" # Recommend limit status to 4 tasks +STATUS_LIMIT = "" # Recommended limit is 4 # Leech TG_SPLIT_SIZE = "" # leave it empty for max size (2GB) AS_DOCUMENT = "" @@ -29,28 +31,28 @@ MEGA_PASSWORD = "" BLOCK_MEGA_FOLDER = "" BLOCK_MEGA_LINKS = "" STOP_DUPLICATE = "" -RECURSIVE_SEARCH = "" # Search in Subfolders (only for teamdriveid or root, you can't with folderid) +RECURSIVE_SEARCH = "" # Fill True or False to search in sub-folders or not (only for shared-drive ID or root, you can't use it with folder ID) SHORTENER = "" SHORTENER_API = "" # qBittorrent -IS_VPS = "" # Don't set this to True even if VPS, unless facing error with web server +IS_VPS = "" # Don't set this to True even if you're using VPS, unless facing error with web server SERVER_PORT = "80" # Only For VPS even if IS_VPS is False BASE_URL_OF_BOT = "" # Web Link, Required for Heroku to avoid sleep or use worker if you don't want to use web (selection) # If you want to use Credentials externally from Index Links, fill these vars with the direct links -# These are optional, if you don't know, simply leave them, don't fill anything in them. +# These are optional, if you don't know about them, simply leave them empty ACCOUNTS_ZIP_URL = "" TOKEN_PICKLE_URL = "" MULTI_SEARCH_URL = "" # You can use gist raw link (remove commit id from the link, like config raw link check Heroku guide) -# To use limit leave space between number and unit. Available units is (gb or GB, tb or TB) +# To use limit leave space between number and unit. Available units are (gb or GB, tb or TB) TORRENT_DIRECT_LIMIT = "" TAR_UNZIP_LIMIT = "" CLONE_LIMIT = "" MEGA_LIMIT = "" # View Link button to open file Index Link in browser instead of direct download link -# You can figure out if it's compatible with your Index code or not, open any video from you Index and check if the END of link from browser link bar is ?a=view, if yes make it "True" it will work (Compatible with Bhadoo Index Code) +# You can figure out if it's compatible with your Index code or not, open any video from you Index and check if its URL ends with ?a=view, if yes make it True it will work (Compatible with Bhadoo Drive Index) VIEW_LINK = "" -# Add more buttons (Three buttons are already added of Drive Link, Index Link, and View Link, you can add extra buttons too, these are optional) -# If you don't know what are below entries, simply leave them, Don't fill anything in them. +# Add more buttons (Three buttons are already added including Drive Link, Index Link, and View Link, you can add extra buttons too, these are optional) +# If you don't know what are below entries, simply leave them empty BUTTON_FOUR_NAME = "" BUTTON_FOUR_URL = "" BUTTON_FIVE_NAME = ""