aboutsummaryrefslogtreecommitdiffstats
path: root/community/mongodb/mongos.confd
blob: 644cd0a2522db9e2318d5131fe9857cab33575a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Mongos essentials
MONGOS_EXEC="/usr/bin/mongos"
MONGOS_RUN="/var/run/mongodb"
MONGOS_USER="mongodb"

# Listen to specified IP, comment this to listen to all
MONGOS_IP="127.0.0.1"

# Listen to specified port
MONGOS_PORT="27018"

# 1 to 3 comma separated config servers (mandatory)
MONGOS_CONFIGDB=""

# Set extra options here
MONGOS_OPTIONS=""