commit
f0e61164ef
|
@ -1,6 +1,6 @@
|
|||
{:production true
|
||||
:port 3000
|
||||
:jdbc-database-url "jdbc:postgresql://ec2-54-217-213-203.eu-west-1.compute.amazonaws.com:5432/d7cku33rlq0j96?user=wehpnfptnwmvwn&password=YpJoD1AmgPN4FMyQHl1FO3bWmI"
|
||||
:jdbc-database-url "jdbc:postgresql://127.0.0.1:5432/d7cku33rlq0j96?user=wehpnfptnwmvwn&password=YpJoD1AmgPN4FMyQHl1FO3bWmI"
|
||||
:server-address "http://commiteth.herokuapp.com"
|
||||
:github-client-id "eaf23cff7b5fbdf716a6"
|
||||
:github-client-secret "a31af857986c8385b95962c7a590033513ef24d9"}
|
||||
|
|
|
@ -57,6 +57,14 @@
|
|||
[lein-immutant "2.1.0"]
|
||||
[lein-sassc "0.10.4"]
|
||||
[lein-auto "0.1.2"]]
|
||||
:immutant {
|
||||
:war {
|
||||
:name "ROOT"
|
||||
:destination "/opt/wildfly/standalone/deployments"
|
||||
:context-path "/"
|
||||
}
|
||||
}
|
||||
|
||||
:sassc
|
||||
[{:src "resources/scss/screen.scss"
|
||||
:output-to "resources/public/css/screen.css"
|
||||
|
|
Loading…
Reference in New Issue