We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b9ac2 commit 0082c7dCopy full SHA for 0082c7d
server.js
@@ -13,7 +13,7 @@ const app = express();
13
const port = 8001;
14
15
16
-connectToMongoDB("mongodb+srv://sustainer2021:<db_password>@cluster0.byuxh.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0").then(()=>{
+connectToMongoDB("mongodb+srv://sustainer2021:mHEaEmEmjg9qj5fg@cluster0.byuxh.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0").then(()=>{
17
console.log("MongoDB Connected")
18
});
19
0 commit comments