Skip to content

Commit

Permalink
Disable SSL listener on Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Nov 22, 2015
1 parent 9f1fb50 commit ce49b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: java $JVM_OPTS -jar target/demo-standalone.jar host 0.0.0.0 port $PORT
web: java $JVM_OPTS -jar target/demo-standalone.jar host 0.0.0.0 port $PORT ssl-port nil

0 comments on commit ce49b2d

Please sign in to comment.