Skip to content

Commit

Permalink
Merge pull request #2 from pasal5124/patch-3
Browse files Browse the repository at this point in the history
Update and rename config_sample.env to config.env
  • Loading branch information
WebX-Divin authored Feb 19, 2023
2 parents e0e5b06 + 2de080d commit 677fc4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config_sample.env → config.env
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# REQUIRED CONFIG
BOT_TOKEN = ""
BOT_TOKEN = "5887523050:AAH5ir4q8J416Z9gp6gbfsCAXL0NowV3ygA"
GDRIVE_FOLDER_ID = ""
OWNER_ID =
OWNER_ID = "1001862573430"
DOWNLOAD_DIR = "/usr/src/app/downloads"
DOWNLOAD_STATUS_UPDATE_INTERVAL = 10
AUTO_DELETE_MESSAGE_DURATION = 60
AUTO_DELETE_UPLOAD_MESSAGE_DURATION = 120 #minimum recommended 120
IS_TEAM_DRIVE = "True"
TELEGRAM_API =
TELEGRAM_HASH = ""
TELEGRAM_API = "26551994"
TELEGRAM_HASH = "80bb600d382bb46ce394c2808e1ef2ac"

# OPTIONAL CONFIG
DATABASE_URL = ""
Expand Down

0 comments on commit 677fc4b

Please sign in to comment.