simple-web-site-template/resources/leiningen/new/simple_web_site/config.edn
2022-01-07 20:49:41 -05:00

4 lines
90 B
Clojure

{:nrepl {:port 7000 :bind "127.0.0.1"}
:http {:port 8080 :bind "0.0.0.0"}
:dev? true}