Use 127.0.0.1 as default host

This commit is contained in:
Michael S. Klishin 2012-04-07 07:42:13 +04:00
parent c23a589620
commit 876269e81a

View file

@ -22,7 +22,7 @@
;; Defaults
;;
(def ^:dynamic ^String *mongodb-host* "localhost")
(def ^:dynamic ^String *mongodb-host* "127.0.0.1")
(def ^:dynamic ^long *mongodb-port* 27017)
(declare ^:dynamic ^Mongo *mongodb-connection*)