heroku

2017-09-04T13:51:54.000307Z

Procfile can be as simple as: web: java $JVM_OPTS -jar target/yourapp-standalone.jar

2017-09-04T13:52:19.000300Z

not sure host and port parameters are necessary, but I don't have a complex heroku configuration

bostonaholic 2017-09-04T15:17:12.000012Z

@albaker you’re probably correct that host and port aren’t required