[csw-devel] SF.net SVN: gar:[17397] csw/mgar/pkg/mongodb/trunk/files/mongodb.conf

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Mar 13 12:15:35 CET 2012


Revision: 17397
          http://gar.svn.sourceforge.net/gar/?rev=17397&view=rev
Author:   wahwah
Date:     2012-03-13 11:15:34 +0000 (Tue, 13 Mar 2012)
Log Message:
-----------
mongodb/trunk: Don't listen on external interfaces by default.

Modified Paths:
--------------
    csw/mgar/pkg/mongodb/trunk/files/mongodb.conf

Modified: csw/mgar/pkg/mongodb/trunk/files/mongodb.conf
===================================================================
--- csw/mgar/pkg/mongodb/trunk/files/mongodb.conf	2012-03-13 09:48:35 UTC (rev 17396)
+++ csw/mgar/pkg/mongodb/trunk/files/mongodb.conf	2012-03-13 11:15:34 UTC (rev 17397)
@@ -2,8 +2,11 @@
 # to disable, comment out.
 # use 'true' for options that don't take an argument
 # verbose = true
-# bind_ip = 127.0.0.1
 
+# Listen only on localhost. Comment it out to make mongodb listen on external
+# interfaces.
+bind_ip = 127.0.0.1
+
 dbpath = /var/opt/csw/mongodb
 noauth = true
 ipv6 = false

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list