mongod.cfg

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 May 11 8:36
Editor
Edited
Edited
2023 Sep 19 14:36
Refs
Refs

yaml structure

systemLog: destination: file path: "/var/log/mongodb/mongod.log" logAppend: true storage: journal: enabled: true processManagement: fork: true net: bindIp: 0.0.0.0 port: 27017 setParameter: enableLocalhostAuthBypass: false
 
 

Recommendations