open-bounty/env/test/resources/config.edn

7 lines
290 B
Clojure
Raw Normal View History

2016-09-14 11:40:44 +00:00
{:test true
:port 3001
;; when :nrepl-port is set the application starts the nREPL server on load
2016-09-14 11:40:44 +00:00
:nrepl-port 7001
:jdbc-database-url "jdbc:postgresql://localhost/commiteth?user=commiteth&password=commiteth"
:server-address "http://localhost:3000"}