mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
Use proper config for database initialization.
This commit is contained in:
parent
baa2f384f4
commit
59d152bec5
@ -49,7 +49,7 @@
|
||||
(hikari/make-datasource dbconf)))
|
||||
|
||||
(defstate datasource
|
||||
:start (create-datasource (:database cfg/config))
|
||||
:start (create-datasource cfg/config)
|
||||
:stop (hikari/close-datasource datasource))
|
||||
|
||||
;; --- Suricatta Async Adapter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user