working on restore.

This commit is contained in:
2023-03-29 06:43:24 -07:00
parent 93077fa25d
commit 9d355a41b5
2 changed files with 5 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
(mount/defstate client
:start (dc/client (:client-config env))
:stop nil)
(mount/defstate conn
:start (dc/connect client {:db-name (:db-name env)})
:stop nil)