From 4f6d86150c1a80fb4abb851b6546c34873e6758f Mon Sep 17 00:00:00 2001 From: ArmanMalik543 Date: Sat, 4 May 2024 14:48:44 +0530 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index b471157..0c4a1a9 100644 --- a/app.js +++ b/app.js @@ -7,7 +7,7 @@ async function run() { // a valid username and password! Note that in a production environment, // you do not want to store your password in plain-text here. const uri = - "mongodb+srv://:@?retryWrites=true&w=majority"; + "mongodb+srv://:<4Password4>@?retryWrites=true&w=majority"; // The MongoClient is the object that references the connection to our // datastore (Atlas, for example)