mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -05: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 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]
|
||||
|
|
Loading…
Add table
Reference in a new issue