aboutsummaryrefslogblamecommitdiffstats
path: root/kubernetes/mongodb/mongod.conf
blob: b431e24593e35a44d65a82c10b8f199426fddd16 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
              










                                        


                  

                           
# vim: ft=yaml
# systemLog:
#    destination: file
#    path: "/var/log/mongodb/mongod.log"
#    logAppend: true
# storage:
#    journal:
#       enabled: true
# processManagement:
#    fork: true
# setParameter:
#    enableLocalhostAuthBypass: false
net:
   bindIp: 0.0.0.0
   port: 27017
security:
   authorization: "enabled"