mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
19 lines
339 B
Clojure
19 lines
339 B
Clojure
|
{:migrations
|
||
|
{:verbose false}
|
||
|
|
||
|
:media
|
||
|
{:basedir "/tmp/uxbox/media"
|
||
|
:baseuri "http://localhost:6060/media/"}
|
||
|
|
||
|
:static
|
||
|
{:basedir "/tmp/uxbox/static"
|
||
|
:baseuri "http://localhost:6060/static/"}
|
||
|
|
||
|
:database
|
||
|
{:adapter "postgresql"
|
||
|
:username nil
|
||
|
:password nil
|
||
|
:database-name "test"
|
||
|
:server-name "localhost"
|
||
|
:port-number 5432}}
|