We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830684f commit 8a67214Copy full SHA for 8a67214
guides/deployment/readme.md
@@ -103,9 +103,10 @@ service hostname do
103
104
# If using count > 1 you may want to preload your app to reduce memory usage and increase performance:
105
preload "preload.rb"
106
-
+
107
+ # The default port should be 3000, but you can change it to match your Heroku configuration.
108
port {ENV.fetch("PORT", 3000).to_i}
109
110
# Heroku only supports HTTP/1.1 at the time of this writing. Review the following for possible updates in the future:
111
# https://devcenter.heroku.com/articles/http-routing#http-versions-supported
112
# https://github.com/heroku/roadmap/issues/34
0 commit comments