diff options
Diffstat (limited to 'Services/mongo/mongodb.conf')
-rw-r--r-- | Services/mongo/mongodb.conf | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Services/mongo/mongodb.conf b/Services/mongo/mongodb.conf index 89d19f2..0fe4d13 100644 --- a/Services/mongo/mongodb.conf +++ b/Services/mongo/mongodb.conf @@ -1,12 +1,9 @@ -## -### 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 +logpath = /data/logs/mongodb/mongodb.log +dbpath =/data/mongodb journal = true # Turn on/off security. Off is currently the default @@ -17,7 +14,7 @@ journal = true #verbose = true # Disable the HTTP interface (Defaults to port+1000). -nohttpinterface = true +#nohttpinterface = true # Accout token for Mongo monitoring server. #mms-token = <token> |