# mongod.conf# for documentation of all options, see:
# http://docs.mongodb.org/manual/reference/configuration-options/# Where and how to store data.
storage:dbPath: E:/Databases/mongodb5.0.15_x64/data/dbjournal:enabled: true# where to write logging data.
systemLog:destination: filelogAppend: truepath: E:/Databases/mongodb5.0.15_x64/data/log/mongod.log# network interfaces
net:port: 27017bindIp: 127.0.0.1,0.0.0.0security:authorization: enabled