Hardcode port to debug Render

This commit is contained in:
Ryan W
2023-09-30 14:23:13 -07:00
parent 33ee7a0640
commit ea64651b79
+2 -1
View File
@@ -25,7 +25,8 @@ end
worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development" worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development"
# Specifies the `port` that Puma will listen on to receive requests; default is 3000. # Specifies the `port` that Puma will listen on to receive requests; default is 3000.
port ENV.fetch("PORT") { 3000 } # port ENV.fetch("PORT") { 3000 }
port 3000
# Specifies the `environment` that Puma will run in. # Specifies the `environment` that Puma will run in.
environment ENV.fetch("RAILS_ENV") { "development" } environment ENV.fetch("RAILS_ENV") { "development" }