Add MONGODB_URI to needed environment variable
This commit is contained in:
parent
2e5e47379b
commit
b8e5541a7c
|
@ -1,2 +1,5 @@
|
|||
# Discord Token
|
||||
DISCORD_TOKEN="Enter your Discord secret token"
|
||||
|
||||
# MongoDB connection string
|
||||
MONGO_URI="Enter your Mongo connection string"
|
||||
|
|
Loading…
Reference in a new issue