From b05eebd2942c414527f3acf388067d30646cd416 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 19 Mar 2024 10:40:57 +0100 Subject: [PATCH] Update example .env Example .env shows MONGO_URI instead of CONNECTION_URI as few lines before in the explaination --- installation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/README.md b/installation/README.md index e60065a..25d880e 100644 --- a/installation/README.md +++ b/installation/README.md @@ -279,7 +279,7 @@ TOKEN=OTY3Nzy5MzU5NjAzMzU2NzE4.GtKp_5.JOTYRwGW-LB1He5widCu73vXtmi90KxsqkmoOg LOG_URL=https://logs.mymodmailbot.com/ GUILD_ID=1079074933008781362 OWNERS=188363246695219201,231595246213922828 -MONGO_URI=mongodb+srv://username:password@cluster0-abcde.mongodb.net/ +CONNECTION_URI=mongodb+srv://username:password@cluster0-abcde.mongodb.net/ ``` {% endcode %}