aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/mongodb/mongodb.confd
diff options
context:
space:
mode:
Diffstat (limited to 'unmaintained/mongodb/mongodb.confd')
-rw-r--r--unmaintained/mongodb/mongodb.confd14
1 files changed, 0 insertions, 14 deletions
diff --git a/unmaintained/mongodb/mongodb.confd b/unmaintained/mongodb/mongodb.confd
deleted file mode 100644
index 4f76c5a79f..0000000000
--- a/unmaintained/mongodb/mongodb.confd
+++ /dev/null
@@ -1,14 +0,0 @@
-# Mongodb essentials
-MONGODB_EXEC="/usr/bin/mongod"
-MONGODB_RUN="/var/run/mongodb"
-MONGODB_DATA="/var/lib/mongodb"
-MONGODB_USER="mongodb"
-
-# Listen to specified IP, comment this to listen to all
-MONGODB_IP="127.0.0.1"
-
-# Listen to specified port
-MONGODB_PORT="27017"
-
-# Set extra options here, such as disabling the admin web server
-MONGODB_OPTIONS="--journal"