Skip to content

Commit 6b86486

Browse files
Update Comparison Dropwizard sample to support integration with Heroku
1 parent aa51a31 commit 6b86486

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Demos/Dropwizard/Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: java -jar target/comparison-dropwizard-22.3.jar

Demos/Dropwizard/configuration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ server:
77
adminContextPath: /admin
88
connector:
99
type: http
10-
port: 8080
10+
port: ${HOST_ADDRESS:-8080}
1111

1212

1313
################################################

Demos/Dropwizard/system.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
java.runtime.version=1.8
2+

0 commit comments

Comments
 (0)