Browse Source

set the DB host for jooby

Keith Newman 9 years ago
parent
commit
152bcd7e9b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frameworks/Java/jooby/setup.sh

+ 2 - 0
frameworks/Java/jooby/setup.sh

@@ -2,6 +2,8 @@
 
 fw_depends java maven
 
+sed -i 's|localhost|'"${DBHOST}"'|g' conf/application.conf
+
 mvn clean package
 
 cd target