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