diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-11 08:20:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-11 08:20:49 +0000 |
commit | 5212570b3d01388b221efe65d6749837a95359f1 (patch) | |
tree | 5a5c51c5cf21c574f2393b203c6592318643a510 /testing/mongodb/mongos.confd | |
parent | 26c4e189e825d62d0249fb5f499bcb545d40e1ab (diff) | |
download | aports-5212570b3d01388b221efe65d6749837a95359f1.tar.bz2 aports-5212570b3d01388b221efe65d6749837a95359f1.tar.xz |
testing/mongodb: new aport
High-performance, schema-free document-oriented database
http://www.mongodb.org
ref #1182
Diffstat (limited to 'testing/mongodb/mongos.confd')
-rw-r--r-- | testing/mongodb/mongos.confd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/mongodb/mongos.confd b/testing/mongodb/mongos.confd new file mode 100644 index 0000000000..644cd0a252 --- /dev/null +++ b/testing/mongodb/mongos.confd @@ -0,0 +1,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="" |