Skip to content

Commit

Permalink
add heroku specific config
Browse files Browse the repository at this point in the history
  • Loading branch information
altfatterz committed Feb 22, 2014
1 parent 8947521 commit df32ff7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: java $JAVA_OPTS -jar target/*.jar
1 change: 1 addition & 0 deletions src/main/resources/application.properties
@@ -0,0 +1 @@
server.port: ${port:8080}
1 change: 1 addition & 0 deletions system.properties
@@ -0,0 +1 @@
java.runtime.version=1.7

0 comments on commit df32ff7

Please sign in to comment.