Update test+prod config.edn files
This commit is contained in:
parent
8cb5995d5a
commit
d39ccd1531
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue