forked from rahulkhatri137/mirrorbot137
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
73a9e87
commit 78ef4c9
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
|
||
BOT_TOKEN = "1684290406:AAEFxq5HWRqjmbTsPoXuKenG9RkRf6NYVpY" | ||
GDRIVE_FOLDER_ID = "1Xb37jxaFmm6QdAS5HpULvrjYWgMfmmDT" | ||
OWNER_ID =952735084 | ||
DOWNLOAD_DIR = "/usr/src/app/downloads" | ||
DOWNLOAD_STATUS_UPDATE_INTERVAL = 5 | ||
AUTO_DELETE_MESSAGE_DURATION = 20 | ||
IS_TEAM_DRIVE = "true" | ||
TELEGRAM_API = 2118051 | ||
TELEGRAM_HASH = "1d9d2bf8fdbfe48da2daa8ca1de1ee65" | ||
UPSTREAM_REPO = "https://github.com/defrieantoe1999/NEWakb" | ||
UPSTREAM_BRANCH = "master" | ||
# OPTIONAL CONFIG | ||
DATABASE_URL = "" | ||
AUTHORIZED_CHATS = "" # Split by space | ||
SUDO_USERS = "" # Split by space | ||
IGNORE_PENDING_REQUESTS = "" | ||
USE_SERVICE_ACCOUNTS = "" | ||
INDEX_URL = "https://akbarb.defrieantoe.workers.dev/0:" | ||
STATUS_LIMIT = "4" # Recommend limit status to 4 tasks max | ||
UPTOBOX_TOKEN = "3e76a803eb3f9647eba1732323ca225b84568" | ||
MEGA_API_KEY = "p9UFxKjb" | ||
MEGA_EMAIL_ID = "[email protected]" | ||
MEGA_PASSWORD = "123123Alfani" | ||
BLOCK_MEGA_FOLDER = "" | ||
BLOCK_MEGA_LINKS = "" | ||
STOP_DUPLICATE = "True" | ||
SHORTENER = "" | ||
SHORTENER_API = "" | ||
# qBittorrent | ||
IS_VPS = "" | ||
SERVER_PORT = "80" # Only for VPS | ||
BASE_URL_OF_BOT = "" # Required for Heroku | ||
# 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. | ||
ACCOUNTS_ZIP_URL = "" | ||
TOKEN_PICKLE_URL = "" | ||
# To use limit leave space between number and unit. Available units is (gb or GB, tb or TB) | ||
TORRENT_DIRECT_LIMIT = "" | ||
TAR_UNZIP_LIMIT = "" | ||
CLONE_LIMIT = "" | ||
MEGA_LIMIT = "" | ||
# Fill only if you deploying with heroku-cli and Goorm IDE | ||
HEROKU_API_KEY = "" | ||
HEROKU_APP_NAME = "" | ||
# 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) | ||
VIEW_LINK = "False" | ||
# 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. | ||
BUTTON_FOUR_NAME = "" | ||
BUTTON_FOUR_URL = "" | ||
BUTTON_FIVE_NAME = "" | ||
BUTTON_FIVE_URL = "" | ||
BUTTON_SIX_NAME = "" | ||
BUTTON_SIX_URL = "" |
Binary file not shown.