mongodb.conf-r3 722 B

1234567891011121314151617181920212223242526272829303132333435
  1. # !! IMPORTANT !!
  2. #
  3. # This file uses the YAML format as described in the documentation:
  4. # http://docs.mongodb.org/manual/reference/configuration-options/
  5. storage:
  6. dbPath: "/var/lib/mongodb"
  7. #engine: wiredTiger
  8. systemLog:
  9. destination: file
  10. path: "/var/log/mongodb/mongodb.log"
  11. quiet: true
  12. logAppend: true
  13. net:
  14. port: 27017
  15. bindIp: 127.0.0.1
  16. #ssl:
  17. # mode: disabled
  18. #security:
  19. #keyFile:
  20. #clusterAuthMode:
  21. #replication:
  22. #replSetName:
  23. # Specifies one of the MongoDB parameters described here:
  24. # http://docs.mongodb.org/manual/reference/parameters/
  25. #
  26. # You can specify multiple setParameter fields such as:
  27. # setParameter: {enableTestCommands: 1}
  28. #setParameter: