summaryrefslogtreecommitdiffstats
path: root/Services/mongo/mongodb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Services/mongo/mongodb.conf')
-rw-r--r--Services/mongo/mongodb.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/Services/mongo/mongodb.conf b/Services/mongo/mongodb.conf
new file mode 100644
index 0000000..89d19f2
--- /dev/null
+++ b/Services/mongo/mongodb.conf
@@ -0,0 +1,27 @@
+##
+### Config file copied into
+##
+bind_ip = 127.0.0.1
+port = 27017
+fork = true
+pidfilepath = /var/run/mongodb/mongodb.pid
+logpath = /var/log/mongodb/mongodb.log
+dbpath =/var/lib/mongodb
+journal = true
+
+# Turn on/off security. Off is currently the default
+#noauth = true
+#auth = true
+
+# Verbose logging output.
+#verbose = true
+
+# Disable the HTTP interface (Defaults to port+1000).
+nohttpinterface = true
+
+# Accout token for Mongo monitoring server.
+#mms-token = <token>
+#mms-name = container-sv-mongo
+#mms-interval = 2
+
+# Replication Options