Crear archivo mongodb.conf
Last updated
Last updated
net:
# MongoDB server listening port
port: 27017
storage:
# Data store directory
dbPath: "/data/db"
mmapv1:
# Reduce data files size and journal files size
smallFiles: true
systemLog:
# Write logs to log file
destination: file
path: "/home/avbravo/mongodb/log/mongodb.log"
security:
authorization: enabled
mongod --config /home/avbravo/mongodb/conf/mongodb.conf