Update test+prod config.edn files
This commit is contained in:
parent
8cb5995d5a
commit
d39ccd1531
|
@ -1,3 +1,6 @@
|
||||||
{:production true
|
{
|
||||||
:port 3000
|
:production true
|
||||||
:server-address "http://commiteth.com"}
|
:port 3000
|
||||||
|
:nrepl-port 7000
|
||||||
|
:server-address "https://commiteth.com"
|
||||||
|
}
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
{:test true
|
{
|
||||||
:port 3001
|
:test true
|
||||||
;; when :nrepl-port is set the application starts the nREPL server on load
|
:jdbc-database-url "jdbc:postgresql://localhost/commiteth_test?user=commiteth&password=commiteth"
|
||||||
:nrepl-port 7001
|
}
|
||||||
:jdbc-database-url "jdbc:postgresql://localhost/commiteth?user=commiteth&password=commiteth"
|
|
||||||
:server-address "http://localhost:3000"}
|
|
||||||
|
|
Loading…
Reference in New Issue