From 844ead802d74544e099253c8e6339133610079a4 Mon Sep 17 00:00:00 2001 From: bnfowne9i Date: Fri, 15 Nov 2024 19:41:17 +0530 Subject: [PATCH] Update and rename config_sample.env to config.env Signed-off-by: bnfowne9i --- config_sample.env => config.env | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) rename config_sample.env => config.env (88%) diff --git a/config_sample.env b/config.env similarity index 88% rename from config_sample.env rename to config.env index f91ab30394..2d3634133f 100644 --- a/config_sample.env +++ b/config.env @@ -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:Merge@cluster0.k7ungxs.mongodb.net" # 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