From 971562734f018c767577b46c1d9a4bfdc8938ef1 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Sat, 19 Nov 2022 18:52:31 -0500 Subject: [PATCH] Add MONGO_DEFAULT_DB in .env --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 48597bb..6ffb155 100644 --- a/.env.example +++ b/.env.example @@ -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"