simple-web-app-template/resources/leiningen/new/simple_web_app/config.edn

4 lines
90 B
Clojure
Raw Permalink Normal View History

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