mongodb.conf-r2 698 B

12345678910111213141516171819202122232425262728293031323334
  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. systemLog:
  8. destination: file
  9. path: "/var/log/mongodb/mongodb.log"
  10. quiet: true
  11. logAppend: true
  12. net:
  13. port: 27017
  14. bindIp: 127.0.0.1
  15. # ssl:
  16. # mode: disabled
  17. #security:
  18. #keyFile:
  19. #clusterAuthMode:
  20. #replication:
  21. #replSetName:
  22. # Specifies one of the MongoDB parameters described here:
  23. # http://docs.mongodb.org/manual/reference/parameters/
  24. #
  25. # You can specify multiple setParameter fields such as:
  26. # setParameter: {enableTestCommands: 1}
  27. #setParameter: