Skip to content

Commit af18b61

Browse files
local
1 parent 87619ba commit af18b61

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

bin/www

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ app.set("port", port);
2020
*/
2121
const mongoose = require("mongoose");
2222
const dev_db_url =
23-
"mongodb+srv://cooluser:coolpassword@cluster0.cojoign.mongodb.net/local_library?retryWrites=true&w=majority&appName=Cluster0";
23+
"mongodb://localhost:27017/local_library";
2424
const mongoDB = process.env.MONGODB_URI || dev_db_url;
2525

2626
try {

package-lock.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"test": "node --test"
1313
},
1414
"dependencies": {
15+
"async": "^3.2.6",
1516
"compression": "^1.8.0",
1617
"cookie-parser": "^1.4.7",
1718
"debug": "^4.4.1",

0 commit comments

Comments
 (0)