We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2488869 + 53851c5 commit 1f5ae11Copy full SHA for 1f5ae11
src/content/3/en/part3c.md
@@ -371,6 +371,8 @@ Let's get a quick start by copy-pasting the Mongoose definitions to the <i>index
371
```js
372
const mongoose = require('mongoose')
373
374
+const password = process.argv[2]
375
+
376
// DO NOT SAVE YOUR PASSWORD TO GITHUB!!
377
const url =
378
`mongodb+srv://fullstack:${password}@cluster0.o1opl.mongodb.net/?retryWrites=true&w=majority`
0 commit comments