youyesyet/env/dev/resources/config.edn
2018-06-30 12:51:52 +01:00

7 lines
184 B
Clojure

{:dev true
:port 3000
;; when :nrepl-port is set the application starts the nREPL server on load
:nrepl-port 7000
:site-title "Project Hope"
:site-logo "img/ProjectHopeLogo.png"}