Ticket #45803: mongod.conf

File mongod.conf, 386 bytes (added by moderndeveloperllc (Mark Garrett), 9 years ago)

Sample mongod.conf file

Line 
1# Additional configuration options can be found here: http://docs.mongodb.org/manual/reference/configuration-options/
2# Logging
3systemLog:
4    destination: file
5    path: "/opt/local/var/log/mongodb/mongodb.log"
6    logAppend: true
7
8# Database Path
9storage:
10    dbPath: "/opt/local/var/db/mongodb"
11
12# Networking
13net:
14    #MacPorts builds with SSL support
15    ssl:
16        mode: allowSSL