updates for datomic
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
[clojure.tools.logging :as log]
|
||||
[mount.core :as mount]))
|
||||
|
||||
(def uri "datomic:sql://invoices?jdbc:postgresql://database:5432/datomic?user=datomic&password=datomic")
|
||||
(def uri "datomic:ddb://us-east-1/integreat/integreat-prod")
|
||||
|
||||
(mount/defstate conn
|
||||
:start (d/connect uri)
|
||||
|
||||
Reference in New Issue
Block a user