Update test+prod config.edn files

This commit is contained in:
Teemu Patja 2017-01-21 19:09:45 +02:00
parent 8cb5995d5a
commit d39ccd1531
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
2 changed files with 10 additions and 9 deletions

View File

@ -1,3 +1,6 @@
{:production true
:port 3000
:server-address "http://commiteth.com"}
{
:production true
:port 3000
:nrepl-port 7000
:server-address "https://commiteth.com"
}

View File

@ -1,6 +1,4 @@
{:test true
:port 3001
;; when :nrepl-port is set the application starts the nREPL server on load
:nrepl-port 7001
:jdbc-database-url "jdbc:postgresql://localhost/commiteth?user=commiteth&password=commiteth"
:server-address "http://localhost:3000"}
{
:test true
:jdbc-database-url "jdbc:postgresql://localhost/commiteth_test?user=commiteth&password=commiteth"
}