mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 22:56:38 +02:00
🐛 Add missing postgresql_init.sql file.
This commit is contained in:
parent
51041b5347
commit
ca3a42f680
2 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
(defn read-test-config
|
||||
[]
|
||||
(assoc (read-config)
|
||||
:database-uri "postgresql://postgres/test"
|
||||
:database-uri "postgresql://postgres/uxbox_test"
|
||||
:media-directory "/tmp/uxbox/media"
|
||||
:assets-directory "/tmp/uxbox/static"
|
||||
:migrations-verbose false))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue