You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/dev/resources/dev.edn

17 lines
553 B
Plaintext

{: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/"}}}