2017-01-15 18:11:22 +00:00
|
|
|
{:components
|
2017-02-16 15:41:30 +00:00
|
|
|
{:file-store #var asciinema.component.local-file-store/local-file-store
|
|
|
|
:exp-set #var asciinema.component.mem-expiring-set/mem-expiring-set}
|
2017-01-15 18:11:22 +00:00
|
|
|
:config
|
2017-01-07 15:45:14 +00:00
|
|
|
{:app
|
|
|
|
{:middleware
|
|
|
|
{:functions {:stacktrace #var ring.middleware.stacktrace/wrap-stacktrace}
|
2017-02-14 14:34:17 +00:00
|
|
|
:applied ^:replace [:not-found :webjars :ring-defaults :route-aliases :ring-logger :stacktrace]}}
|
2017-01-07 15:45:14 +00:00
|
|
|
:http
|
|
|
|
{:port 4000}
|
|
|
|
:db
|
2017-01-15 18:11:22 +00:00
|
|
|
{:uri "jdbc:postgresql://localhost:15432/asciinema_development?user=vagrant"}
|
|
|
|
:file-store
|
|
|
|
{:path "uploads/"}}}
|