2016-09-14 11:40:44 +00:00
|
|
|
{:test true
|
|
|
|
:port 3001
|
2016-08-20 21:36:09 +00:00
|
|
|
;; 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"}
|