simple-web-service-template/resources/leiningen/new/simple_web_service/config.edn
2021-12-21 18:42:05 -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}