declare vars that are initially unbound
This commit is contained in:
parent
c5850bd59f
commit
c875883534
1 changed files with 3 additions and 3 deletions
|
|
@ -24,9 +24,9 @@
|
||||||
(def ^:dynamic ^String *mongodb-host* "localhost")
|
(def ^:dynamic ^String *mongodb-host* "localhost")
|
||||||
(def ^:dynamic ^long *mongodb-port* 27017)
|
(def ^:dynamic ^long *mongodb-port* 27017)
|
||||||
|
|
||||||
(def ^:dynamic ^Mongo *mongodb-connection*)
|
(declare ^:dynamic ^Mongo *mongodb-connection*)
|
||||||
(def ^:dynamic ^DB *mongodb-database*)
|
(declare ^:dynamic ^DB *mongodb-database*)
|
||||||
(def ^:dynamic ^WriteConcern *mongodb-write-concern* WriteConcern/NORMAL)
|
(def ^:dynamic ^WriteConcern *mongodb-write-concern* WriteConcern/NORMAL)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue