From b8e5541a7cf15627d23a7481438f4b2fba67cb91 Mon Sep 17 00:00:00 2001 From: Victor Mignot Date: Tue, 18 Oct 2022 23:21:59 -0400 Subject: [PATCH] Add MONGODB_URI to needed environment variable --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index e337009..48597bb 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,5 @@ # Discord Token DISCORD_TOKEN="Enter your Discord secret token" + +# MongoDB connection string +MONGO_URI="Enter your Mongo connection string"