0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 00:58:26 -05:00

🐛 Fix CI buid.

This commit is contained in:
Andrey Antukh 2021-02-28 20:04:07 +01:00
parent 2a8a0afd09
commit 833944bebb

View file

@ -39,11 +39,11 @@
(def ^:dynamic *pool* nil)
(def config
(merge cfg/config
{:redis-uri "redis://redis/1"
(merge {:redis-uri "redis://redis/1"
:database-uri "postgresql://postgres/penpot_test"
:storage-fs-directory "/tmp/app/storage"
:migrations-verbose false}))
:migrations-verbose false}
cfg/config))
(defn state-init
[next]