Use 127.0.0.1 as default host
This commit is contained in:
parent
c23a589620
commit
876269e81a
1 changed files with 1 additions and 1 deletions
|
|
@ -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*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue