updates for datomic

This commit is contained in:
Bryce Covert
2020-09-14 08:33:48 -07:00
parent d06dbf41d9
commit 2f79eee111
2 changed files with 8 additions and 7 deletions

View File

@@ -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)