添加 mongodb 目录,设置 pacakge.json 中的相关 script

This commit is contained in:
Luk Lu
2019-10-03 09:59:16 +08:00
parent 538b73e015
commit b03b94ede2
3 changed files with 5 additions and 2 deletions

10
mongodb/mongod.conf Normal file
View File

@@ -0,0 +1,10 @@
processManagement:
fork: true
net:
port: 6842
bindIpAll: true
security:
javascriptEnabled: true
systemLog:
path: /data/log/mongo.log #日志路径。
destination: file #日志输出方式。file/syslog,如果是file需指定path默认是输出到标准输出流中