Blame SOURCES/mongos.conf

f0a783
##
f0a783
### Basic Defaults
f0a783
##
f0a783
f0a783
# Comma separated list of ip addresses to listen on (all local ips by default)
f0a783
bind_ip = 127.0.0.1
f0a783
f0a783
# Specify port number (27017 by default)
f0a783
#port = 27017
f0a783
f0a783
# Fork server process (false by default)
f0a783
fork = true
f0a783
f0a783
# Full path to pidfile (if not set, no pidfile is created)
f0a783
pidfilepath = /var/run/mongodb/mongos.pid
f0a783
f0a783
# Log file to send write to instead of stdout - has to be a file, not directory
f0a783
logpath = /var/log/mongodb/mongos.log
f0a783
f0a783
# Alternative directory for UNIX domain sockets (defaults to /tmp)
f0a783
unixSocketPrefix = /var/run/mongodb
f0a783
f0a783
# 1 or 3 comma separated config servers
f0a783
configdb = 127.0.0.1:27019
f0a783
f0a783
f0a783
f0a783
##
f0a783
### General options
f0a783
##
f0a783
f0a783
# Be more verbose (include multiple times for more verbosity e.g. -vvvvv) (v by default)
f0a783
#verbose = v
f0a783
f0a783
# Max number of simultaneous connections (1000000 by default)
f0a783
#maxConns = 1000000
f0a783
f0a783
# Log to system's syslog facility instead of file or stdout (false by default)
f0a783
#syslog = true
f0a783
f0a783
# Syslog facility used for monogdb syslog message (user by defautl)
f0a783
#syslogFacility = arg
f0a783
f0a783
# Append to logpath instead of over-writing (false by default)
f0a783
#logappend = true
f0a783
f0a783
# Desired format for timestamps in log messages (One of ctime, iso8601-utc or iso8601-local) (iso8601-local by default)
f0a783
# timeStampFormat = arg
f0a783
f0a783
# Private key for cluster authentication
f0a783
#keyFile = arg
f0a783
f0a783
# Set a configurable parameter
f0a783
#setParameter = arg
f0a783
f0a783
# Enable http interface (false by default)
f0a783
#httpinterface = true
f0a783
f0a783
# Authentication mode used for cluster authentication. Alternatives are (keyFile|sendKeyFile|sendX509|x509) (keyFile by default)
f0a783
#clusterAuthMode = arg
f0a783
f0a783
# Disable listening on unix sockets (false by default)
f0a783
#nounixsocket = true
f0a783
f0a783
f0a783
f0a783
##
f0a783
### Sharding options
f0a783
##
f0a783
f0a783
# Ping time (in ms) for a node to be considered local (default 15ms)
f0a783
#localThreshold = 15
f0a783
f0a783
# Just run unit tests (false by default)
f0a783
#test = true
f0a783
f0a783
# upgrade meta data version (false by default)
f0a783
#upgrade = true
f0a783
f0a783
# Maximum amount of data per chunk (64 by default)
f0a783
#chunkSize = 64
f0a783
f0a783
# Enable IPv6 support (disabled by default)
f0a783
#ipv6 = true
f0a783
f0a783
# Allow JSONP access via http (has security implications) (false by default)
f0a783
#jsonp = true
f0a783
f0a783
# Disable scripting engine (false by default)
f0a783
#noscripting = true
f0a783
f0a783
f0a783
f0a783
##
f0a783
### SSL options
f0a783
##
f0a783
f0a783
# Use ssl on configured ports
f0a783
#sslOnNormalPorts = true
f0a783
f0a783
# Set the SSL operation mode (disabled|allowSSL|preferSSL|requireSSL)
f0a783
# sslMode = arg
f0a783
f0a783
# PEM file for ssl
f0a783
#sslPEMKeyFile = arg
f0a783
f0a783
#PEM file password
f0a783
#sslPEMKeyPassword = arg
f0a783
f0a783
# Key file for internal SSL authentication
f0a783
#sslClusterFile = arg
f0a783
f0a783
# Internal authentication key file password
f0a783
#sslClusterPassword = arg
f0a783
f0a783
# Certificate Authority file for SSL
f0a783
#sslCAFile = arg
f0a783
f0a783
# Certificate Revocation List file for SSL
f0a783
#sslCRLFile = arg
f0a783
f0a783
# Allow client to connect without presenting a certificate
f0a783
#sslWeakCertificateValidation = true
f0a783
f0a783
# Allow server certificates to provide non-matching hostnames
f0a783
#sslAllowInvalidHostnames = true
f0a783
f0a783
# Allow connections to servers with invalid certificates
f0a783
#sslAllowInvalidCertificates = true
f0a783
f0a783
# Activate FIPS 140-2 mode at startup
f0a783
#sslFIPSMode = true
f0a783