summaryrefslogtreecommitdiffstats
path: root/mongodb/build/mongod.conf.sample
blob: 49384b26c1f87f2cb11e4d3a78af8a2c4ebbf913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
processManagement:
   fork: true
   pidFilePath: "/var/run/mongodb/mongod.pid"
net:
   bindIp: localhost
   port: 27017
storage:
   dbPath: /var/lib/mongodb
   journal:
      enabled: true
systemLog:
   destination: file
   path: "/var/log/mongodb/mongod.log"
   logAppend: true
cloud:
   monitoring:
      free:
         state: off
security:
   authorization: disabled