Skip to content
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

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

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
12 changes: 5 additions & 7 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 = "7375160990:AAHsMuGI9om_zTqTJ_AOw86mB2pqBzrQ2hY" # Require restart after changing it while bot running
OWNER_ID = "6434831584" # Require restart after changing it while bot running
TELEGRAM_API = "28789183" # Require restart after changing it while bot running
TELEGRAM_HASH = "3dc29da97738fe42da9e8f2524169a9c" # 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://Merge1:[email protected]" # 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 Down