Merge pull request #1 from status-im/server

change db to vps
This commit is contained in:
Dmitriy Khvatov 2016-09-13 14:27:34 +03:00 committed by GitHub
commit f0e61164ef
2 changed files with 9 additions and 1 deletions

View File

@ -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"}

View File

@ -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"