asciinema.org/dev/resources/dev.edn

13 lines
354 B
Clojure
Raw Normal View History

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-02-28 10:58:43 +00:00
{:http
2017-01-07 15:45:14 +00:00
{:port 4000}
:db
2017-01-15 18:11:22 +00:00
{:uri "jdbc:postgresql://localhost:15432/asciinema_development?user=vagrant"}
:file-store
2017-03-10 22:04:50 +00:00
{:path "uploads/"}
:png-gen
{:bin-path "a2png/a2png.sh"}}}