aports/testing/mongodb/mongos.confd
Natanael Copa 5212570b3d testing/mongodb: new aport
High-performance, schema-free document-oriented database
http://www.mongodb.org

ref #1182
2013-06-11 08:20:49 +00:00

17 lines
345 B
Plaintext

# 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=""