From a86740d743de969471c628c71c75d6d6678ca12c Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 21 Apr 2017 14:15:59 +0000 Subject: community/mongodb: moved from testing --- community/mongodb/mongodb.confd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/mongodb/mongodb.confd (limited to 'community/mongodb/mongodb.confd') diff --git a/community/mongodb/mongodb.confd b/community/mongodb/mongodb.confd new file mode 100644 index 0000000000..4f76c5a79f --- /dev/null +++ b/community/mongodb/mongodb.confd @@ -0,0 +1,14 @@ +# 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" -- cgit v1.2.3