asciinema.org/dev/resources/dev.edn

10 lines
278 B
Clojure
Raw Normal View History

2017-01-07 15:45:14 +00:00
{:config
{:app
{:middleware
{:functions {:stacktrace #var ring.middleware.stacktrace/wrap-stacktrace}
:applied ^:replace [:not-found :webjars :ring-defaults :route-aliases :stacktrace]}}
:http
{:port 4000}
:db
{:uri "jdbc:postgresql://localhost/postgres"}}}