From 85a98452424ff20b2a1a0d9b128ab7ce74750e49 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 30 Sep 2023 14:31:45 -0700 Subject: [PATCH] Back to config --- config/puma.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/puma.rb b/config/puma.rb index aaeabff..40efb18 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -25,8 +25,7 @@ end worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development" # Specifies the `port` that Puma will listen on to receive requests; default is 3000. -# port ENV.fetch("PORT") { 3000 } -port 3000 +port ENV.fetch("PORT") { 3000 } # Specifies the `environment` that Puma will run in. environment ENV.fetch("RAILS_ENV") { "development" }