Skip to content

Commit

Permalink
docs: update .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-fork committed Dec 29, 2023
1 parent 28b644e commit 7a0c405
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ BOT_TOKEN=bot-token-from-@BotFather

MEGA_EMAIL=[email protected]
MEGA_PASSWORD=mypassword

AUTH_USERS=*
CIPHER_KEY=vJmDXO4xria6SYVcOfVYd3k3YM8WiiGBfRjbQ8MBsvI=
USE_ENV=False
USE_LOGS=False
LOG_CHAT=-1001234567890
MONGO_URI=mongodb+srv://username:password@host/dbname?retryWrites=true&w=majority
CIPHER_KEY=vJmDXO4xria6SYVcOfVYd3k3YM8WiiGBfRjbQ8MBsvI=

DOWNLOAD_LOCATION=${PWD}/NexaBots
CHUNK_SIZE=524288
Expand Down

0 comments on commit 7a0c405

Please sign in to comment.