yenu/env/dev/resources/config.edn

16 lines
310 B
Clojure
Raw Normal View History

{:dev true
2021-07-31 00:24:27 +02:00
:port 80
2018-05-04 14:21:31 +02:00
:host "0.0.0.0"
2017-03-29 14:39:03 +02:00
:creator-password "creator"
:user-password "user"
;; when :nrepl-port is set the application starts the nREPL server on load
2017-05-11 20:56:21 +02:00
:nrepl-port 7000
:database-url "jdbc:sqlite:yenu_dev.db"
:basepath "http://localhost"
:authors ["Aaron Fischer"]
2018-05-04 14:21:31 +02:00
:images-per-page 25
2017-05-11 20:56:21 +02:00
}