From 06cbdcfe5c64b00619bb0579cb62480d3d44feba Mon Sep 17 00:00:00 2001 From: akggautamasar Date: Sun, 27 Apr 2025 15:14:04 +0530 Subject: [PATCH] Update config.env --- config_sample.env | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/config_sample.env b/config_sample.env index 6527d987..a7fb8eb1 100644 --- a/config_sample.env +++ b/config_sample.env @@ -1,18 +1,16 @@ -# Remove this line before deploying -_____REMOVE_THIS_LINE_____=True # REQUIRED CONFIG BOT_TOKEN = "" # Require restart after changing it while bot running -OWNER_ID = "" # Require restart after changing it while bot running -TELEGRAM_API = "" # Require restart after changing it while bot running -TELEGRAM_HASH = "" # Require restart after changing it while bot running +OWNER_ID = "6221765779" # Require restart after changing it while bot running +TELEGRAM_API = "22649259" # Require restart after changing it while bot running +TELEGRAM_HASH = "545169590ffbfe0bf8bade55e3a1cfde" # Require restart after changing it while bot running # OPTIONAL CONFIG USER_SESSION_STRING = "" # Require restart after changing it while bot running -DATABASE_URL = "" # Require restart after changing it while bot running +DATABASE_URL = "mongodb+srv://Akggautam:Akgs@cluster0.8msp2ne.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0" # Require restart after changing it while bot running DOWNLOAD_DIR = "/usr/src/app/downloads/" # Require restart after changing it while bot running -CMD_SUFFIX = "" # Require restart after changing it while bot running -AUTHORIZED_CHATS = "" # Require restart after changing it while bot running -SUDO_USERS = "" # Require restart after changing it while bot running +CMD_SUFFIX = "/" # Require restart after changing it while bot running +AUTHORIZED_CHATS = "-1002602728501" # Require restart after changing it while bot running +SUDO_USERS = "6221765779" # Require restart after changing it while bot running BLACKLIST_USERS = "" # Require restart after changing it while bot running STATUS_LIMIT = "4" DEFAULT_UPLOAD = "gd" @@ -26,7 +24,7 @@ FSUB_IDS = "" BOT_PM = "" # GDrive Tools -GDRIVE_ID = "" +GDRIVE_ID = "1Y66QLSut429ubthL6B0BSaQOOo8xadYb" USER_TD_MODE = "" USER_TD_SA = "" INDEX_URL = "" @@ -71,9 +69,9 @@ MIRROR_FILENAME_SUFFIX = "" MIRROR_FILENAME_REMNAME = "" # Log Channel/SuperGroup (Topics Support) -LEECH_LOG_ID = "" -MIRROR_LOG_ID = "" -LINKS_LOG_ID = "" +LEECH_LOG_ID = "-1002539709348" +MIRROR_LOG_ID = "-1002534055322" +LINKS_LOG_ID = "-1002611151642" # qBittorrent/Aria2c TORRENT_TIMEOUT = "" @@ -91,13 +89,13 @@ RSS_DELAY = "600" RSS_CHAT = "" # Mega -MEGA_EMAIL = "" -MEGA_PASSWORD = "" +MEGA_EMAIL = "worksbeyondworks@gmail.com" +MEGA_PASSWORD = "Edith@2003" # Limits -DAILY_TASK_LIMIT = "" -DAILY_MIRROR_LIMIT = "" -DAILY_LEECH_LIMIT = "" +DAILY_TASK_LIMIT = "100" +DAILY_MIRROR_LIMIT = "100" +DAILY_LEECH_LIMIT = "100" USER_MAX_TASKS = "" BOT_MAX_TASKS = "" TORRENT_LIMIT= "" @@ -135,7 +133,7 @@ BOT_THEME = "minimal" EXCEP_CHATS = "" # M/L Buttons -SCREENSHOTS_MODE = "False" +SCREENSHOTS_MODE = "True" SHOW_MEDIAINFO = "False" SAVE_MSG = "False" SOURCE_LINK = "False"