Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 13 additions & 15 deletions config_sample.env → config.env
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# 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
BOT_TOKEN = "8117594196:AAFse9y0qei7-AeQBq-qxoqvdozMqFNM5kE" # Require restart after changing it while bot running
OWNER_ID = "7827217905" # Require restart after changing it while bot running
TELEGRAM_API = "21437108" # Require restart after changing it while bot running
TELEGRAM_HASH = "53b13c686a0cce30a8aa35710ac11a62" # 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://ywallah6:yTjCMJkqelHNN5Kv@cluster0.9ce9r.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
Expand All @@ -27,7 +25,7 @@ BOT_PM = ""

# GDrive Tools
GDRIVE_ID = ""
USER_TD_MODE = ""
USER_TD_MODE = "1Ka2DZAMcY0uH9o0eq_KIs5ns21uyzNnH"
USER_TD_SA = ""
INDEX_URL = ""
USE_SERVICE_ACCOUNTS = "False"
Expand Down Expand Up @@ -91,15 +89,15 @@ RSS_DELAY = "600"
RSS_CHAT = ""

# Mega
MEGA_EMAIL = ""
MEGA_PASSWORD = ""
MEGA_EMAIL = "ywallah6@gmail.com"
MEGA_PASSWORD = "sameershaikh@62"

# Limits
DAILY_TASK_LIMIT = ""
DAILY_MIRROR_LIMIT = ""
DAILY_LEECH_LIMIT = ""
USER_MAX_TASKS = ""
BOT_MAX_TASKS = ""
DAILY_TASK_LIMIT = "10"
DAILY_MIRROR_LIMIT = "5"
DAILY_LEECH_LIMIT = "6"
USER_MAX_TASKS = "16"
BOT_MAX_TASKS = "17"
TORRENT_LIMIT= ""
DIRECT_LIMIT = ""
GDRIVE_LIMIT = ""
Expand Down