Skip to content

Update and rename config_sample.env to config.env #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
30 changes: 14 additions & 16 deletions config_sample.env → config.env
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# 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 = "7555229606:AAFUOx8BFRJQNdWNyOpRivJmKhn-wl0d7oE" # Require restart after changing it while bot running
OWNER_ID = "1923675193" # Require restart after changing it while bot running
TELEGRAM_API = "9007175" # Require restart after changing it while bot running
TELEGRAM_HASH = "d6ce816cd7295d07953f5cd5bef105c5" # 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://gdflixa:[email protected]/?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 = "-1002275417097 1923675193" # Require restart after changing it while bot running
SUDO_USERS = "1923675193" # Require restart after changing it while bot running
BLACKLIST_USERS = "" # Require restart after changing it while bot running
STATUS_LIMIT = "4"
DEFAULT_UPLOAD = "gd"
STATUS_UPDATE_INTERVAL = "10"
STATUS_UPDATE_INTERVAL = "8"
AUTO_DELETE_MESSAGE_DURATION = "60"
INCOMPLETE_TASK_NOTIFIER = "False"
SET_COMMANDS = "True"
Expand All @@ -26,15 +24,15 @@ FSUB_IDS = ""
BOT_PM = ""

# GDrive Tools
GDRIVE_ID = ""
GDRIVE_ID = "1T__enZodf6IkPMeSC480ZJl_LDG-Lhv6"
USER_TD_MODE = ""
USER_TD_SA = ""
INDEX_URL = ""
USE_SERVICE_ACCOUNTS = "False"
IS_TEAM_DRIVE = "False"
STOP_DUPLICATE = "False"
DISABLE_DRIVE_LINK = "False"
GD_INFO = "Uploaded by WZML-X"
GD_INFO = "Uploaded by Raj"

# API's/Cookies
REAL_DEBRID_API = ""
Expand Down Expand Up @@ -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 = "-1002275417097"
MIRROR_LOG_ID = "-1002275417097"
LINKS_LOG_ID = "-1002275417097"

# qBittorrent/Aria2c
TORRENT_TIMEOUT = ""
Expand Down