8 lines
201 B
Clojure
8 lines
201 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"
|
|
:motd "motd.md"}
|