[mongod.conf] added
[package.json] add script "mongod"
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "node --inspect-brk ./"
|
||||
"dev": "node --inspect-brk ./",
|
||||
"mongod": "/mongodb/bin/mongod -f /mongodb/mongodb.conf --logpath /data/log/mongo.log"
|
||||
},
|
||||
"author": "Nova.xu",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user