asciinema.org/dev/resources/dev.edn
2017-04-12 14:43:32 +02:00

11 lines
312 B
Clojure

{:components
{:file-store #var asciinema.component.local-file-store/local-file-store
:exp-set #var asciinema.component.mem-expiring-set/mem-expiring-set}
:config
{:http
{:port 4000}
:db
{:uri "jdbc:postgresql://localhost:15432/asciinema_development?user=vagrant"}
:file-store
{:path "uploads/"}}}