2016-08-29 22:03:09 +00:00
|
|
|
{:dev true
|
|
|
|
:port 3000
|
2016-08-20 21:36:09 +00:00
|
|
|
;; when :nrepl-port is set the application starts the nREPL server on load
|
2016-08-29 22:03:09 +00:00
|
|
|
:nrepl-port 7000
|
2016-08-29 22:57:35 +00:00
|
|
|
:jdbc-database-url "jdbc:postgresql://localhost/commiteth?user=commiteth&password=commiteth"
|
2016-08-29 22:03:09 +00:00
|
|
|
:server-address "http://localhost:3000"
|
|
|
|
:github-client-id "caf23d90246fa99ca545"
|
|
|
|
:github-client-secret "e8e7a088e7769c77e9e2d87c47ef81df51080bf3"}
|