采用新策略,软件都放到 /root/ 下

This commit is contained in:
luk.lu
2019-10-04 10:45:28 +08:00
parent c387edc55c
commit b55c8ea5f9
2 changed files with 5 additions and 4 deletions

View File

@@ -7,5 +7,5 @@ security:
javascriptEnabled: true
authorization: enabled
systemLog:
path: /home/adot/mongodb/log/mongod.log #日志路径。
path: /root/mongodb/log/mongod.log #日志路径。
destination: file #日志输出方式。file/syslog,如果是file需指定path默认是输出到标准输出流中