updating database url.
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
[clj-time.coerce :as coerce]
|
||||
[datomic.api :as d]
|
||||
[clojure.tools.logging :as log]
|
||||
[mount.core :as mount]))
|
||||
[mount.core :as mount]
|
||||
[config.core :refer [env]]))
|
||||
|
||||
(def uri "datomic:ddb://us-east-1/integreat/integreat-prod")
|
||||
(def uri (:datomic-url env))
|
||||
|
||||
(mount/defstate conn
|
||||
:start (d/connect uri)
|
||||
|
||||
Reference in New Issue
Block a user