0
Fork 0
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:
Andrey Antukh 2017-01-22 16:37:37 +01:00
parent baa2f384f4
commit 59d152bec5
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

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