From a7f649b8f1f56a999073550d1b91b5d8d1cd7d81 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 6 Dec 2014 02:51:42 +0100 Subject: adding functionnal mongodb server --- Services/mongo/mongodb.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Services/mongo/mongodb.conf (limited to 'Services/mongo/mongodb.conf') 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 = +#mms-name = container-sv-mongo +#mms-interval = 2 + +# Replication Options -- cgit v1.2.3