aboutsummaryrefslogtreecommitdiffstats
path: root/community/mongodb/mongos.confd
diff options
context:
space:
mode:
Diffstat (limited to 'community/mongodb/mongos.confd')
-rw-r--r--community/mongodb/mongos.confd16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/mongodb/mongos.confd b/community/mongodb/mongos.confd
deleted file mode 100644
index 644cd0a252..0000000000
--- a/community/mongodb/mongos.confd
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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=""