0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00
penpot/backend/resources/config/test.edn
2016-11-20 20:04:52 +01:00

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}}