We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c6f89 commit 22349b4Copy full SHA for 22349b4
config/deploy.yml
@@ -21,6 +21,7 @@ builder:
21
22
env:
23
clear:
24
+ PORT: 80
25
RAILS_ENV: production
26
secret:
27
- RAILS_MASTER_KEY
config/puma.rb
@@ -29,7 +29,7 @@
29
threads threads_count, threads_count
30
31
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
32
-port ENV.fetch("PORT", 3000)
+port ENV.fetch("PORT", 80)
33
34
# Allow puma to be restarted by `bin/rails restart` command.
35
plugin :tmp_restart
0 commit comments