mongos.conf-r2 648 B

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