{:components {:file-store #var asciinema.component.local-file-store/local-file-store :file-server #var asciinema.component.local-file-server/local-file-server} :dependencies {:file-server [:file-store]} :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:15432/asciinema_development?user=vagrant"} :file-store {:path "uploads/"}}}