Blame SOURCES/mongodb-shard.conf

6b52aa
##
6b52aa
### Basic Defaults
6b52aa
##
6b52aa
bind_ip = 127.0.0.1
6b52aa
port = 27019
6b52aa
fork = true
6b52aa
pidfilepath = /var/run/mongodb/mongodb-shard.pid
6b52aa
unixSocketPrefix = /var/run/mongodb
6b52aa
logpath = /var/log/mongodb/mongodb-shard.log
6b52aa
configdb = 127.0.0.1:27017
6b52aa
6b52aa
# Enables periodic logging of CPU utilization and I/O wait
6b52aa
#cpu = true
6b52aa
6b52aa
# Turn on/off security.  Off is currently the default
6b52aa
#noauth = true
6b52aa
#auth = true
6b52aa
6b52aa
# Verbose logging output.
6b52aa
#verbose = true
6b52aa
6b52aa
# Inspect all client data for validity on receipt (useful for
6b52aa
# developing drivers)
6b52aa
#objcheck = true
6b52aa
6b52aa
# Enable db quota management
6b52aa
#quota = true
6b52aa
6b52aa
# Set oplogging level where n is
6b52aa
#   0=off (default)
6b52aa
#   1=W
6b52aa
#   2=R
6b52aa
#   3=both
6b52aa
#   7=W+some reads
6b52aa
#oplog = 0
6b52aa
6b52aa
# Diagnostic/debugging option
6b52aa
#nocursors = true
6b52aa
6b52aa
# Ignore query hints
6b52aa
#nohints = true
6b52aa
6b52aa
# Disable the HTTP interface (Defaults to port+1000).
6b52aa
nohttpinterface = true
6b52aa
6b52aa
# Turns off server-side scripting.  This will result in greatly limited
6b52aa
# functionality
6b52aa
#noscripting = true
6b52aa
6b52aa
# Turns off table scans.  Any query that would do a table scan fails.
6b52aa
#notablescan = true
6b52aa
6b52aa
# Disable data file preallocation.
6b52aa
#noprealloc = true
6b52aa
6b52aa
# Specify .ns file size for new databases.
6b52aa
# nssize = <size>
6b52aa
6b52aa
# Accout token for Mongo monitoring server.
6b52aa
#mms-token = <token>
6b52aa
6b52aa
# Server name for Mongo monitoring server.
6b52aa
#mms-name = <server-name>
6b52aa
6b52aa
# Ping interval for Mongo monitoring server.
6b52aa
#mms-interval = <seconds>
6b52aa
6b52aa
# Replication Options
6b52aa
6b52aa
# in replicated mongo databases, specify here whether this is a slave or master
6b52aa
#slave = true
6b52aa
#source = master.example.com
6b52aa
# Slave only: specify a single database to replicate
6b52aa
#only = master.example.com
6b52aa
# or
6b52aa
#master = true
6b52aa
#source = slave.example.com
6b52aa
6b52aa
# Address of a server to pair with.
6b52aa
#pairwith = <server:port>
6b52aa
# Address of arbiter server.
6b52aa
#arbiter = <server:port>
6b52aa
# Automatically resync if slave data is stale
6b52aa
#autoresync
6b52aa
# Custom size for replication operation log.
6b52aa
#oplogSize = <MB>
6b52aa
# Size limit for in-memory storage of op ids.
6b52aa
#opIdMem = <bytes>