mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
18 lines
339 B
Clojure
18 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}}
|