Add MONGO_DEFAULT_DB in .env

This commit is contained in:
Victor Mignot 2022-11-19 18:52:31 -05:00
parent 639d02ea4a
commit 971562734f
No known key found for this signature in database
GPG key ID: FFE4EF056FB5E0D0

View file

@ -3,3 +3,6 @@ DISCORD_TOKEN="Enter your Discord secret token"
# MongoDB connection string
MONGO_URI="Enter your Mongo connection string"
# YorokoBot database name (if not set in Mongo URI)
MONGO_DEFAULT_DB="Enter the MongoDB database name"