yenu/env/dev/resources/config.edn
2022-05-05 11:28:58 +02:00

16 lines
310 B
Clojure

{:dev true
:port 80
:host "0.0.0.0"
:creator-password "creator"
:user-password "user"
;; when :nrepl-port is set the application starts the nREPL server on load
:nrepl-port 7000
:database-url "jdbc:sqlite:yenu_dev.db"
:basepath "http://localhost"
:authors ["Aaron Fischer"]
:images-per-page 25
}