blob: 0fe4d134d2bbb78ffd1535ac17ae708c2a3e25dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
bind_ip = 127.0.0.1
port = 27017
fork = true
pidfilepath = /var/run/mongodb/mongodb.pid
logpath = /data/logs/mongodb/mongodb.log
dbpath =/data/mongodb
journal = true
# Turn on/off security. Off is currently the default
#noauth = true
#auth = true
# Verbose logging output.
#verbose = true
# Disable the HTTP interface (Defaults to port+1000).
#nohttpinterface = true
# Accout token for Mongo monitoring server.
#mms-token = <token>
#mms-name = container-sv-mongo
#mms-interval = 2
# Replication Options
|