mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix CI buid.
This commit is contained in:
parent
2a8a0afd09
commit
833944bebb
1 changed files with 3 additions and 3 deletions
|
@ -39,11 +39,11 @@
|
||||||
(def ^:dynamic *pool* nil)
|
(def ^:dynamic *pool* nil)
|
||||||
|
|
||||||
(def config
|
(def config
|
||||||
(merge cfg/config
|
(merge {:redis-uri "redis://redis/1"
|
||||||
{:redis-uri "redis://redis/1"
|
|
||||||
:database-uri "postgresql://postgres/penpot_test"
|
:database-uri "postgresql://postgres/penpot_test"
|
||||||
:storage-fs-directory "/tmp/app/storage"
|
:storage-fs-directory "/tmp/app/storage"
|
||||||
:migrations-verbose false}))
|
:migrations-verbose false}
|
||||||
|
cfg/config))
|
||||||
|
|
||||||
(defn state-init
|
(defn state-init
|
||||||
[next]
|
[next]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue