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)