mirror of https://github.com/penpot/penpot.git
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…
Reference in New Issue