mirror of
https://github.com/penpot/penpot.git
synced 2025-03-18 10:41:29 -05:00
Use proper config for database initialization.
This commit is contained in:
parent
baa2f384f4
commit
59d152bec5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue