blob: 89d19f2134c3fd9366784deb3b1c69f79c261182 (
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
25
26
27
|
##
### Config file copied into
##
bind_ip = 127.0.0.1
port = 27017
fork = true
pidfilepath = /var/run/mongodb/mongodb.pid
logpath = /var/log/mongodb/mongodb.log
dbpath =/var/lib/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
|