Files
vic-server-mongo/mongod.conf
2019-10-03 14:28:30 +08:00

12 lines
430 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
processManagement:
fork: true
net:
port: 6842
bindIpAll: true
security:
javascriptEnabled: true
authorization: enabled
systemLog:
path: ~/mongodb/log/mongod.log #日志路径。
destination: file #日志输出方式。file/syslog,如果是file需指定path默认是输出到标准输出流中