aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongodb/mongodb.confd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-06-11 08:20:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-11 08:20:49 +0000
commit5212570b3d01388b221efe65d6749837a95359f1 (patch)
tree5a5c51c5cf21c574f2393b203c6592318643a510 /testing/mongodb/mongodb.confd
parent26c4e189e825d62d0249fb5f499bcb545d40e1ab (diff)
downloadaports-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/mongodb.confd')
-rw-r--r--testing/mongodb/mongodb.confd14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/mongodb/mongodb.confd b/testing/mongodb/mongodb.confd
new file mode 100644
index 000000000..4f76c5a79
--- /dev/null
+++ b/testing/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"