diff --git a/config/puma.rb b/config/puma.rb index d9b3e836cf2a2d29e4f0c44206c4d5d7446b40ec..9e81e8cc005e1d8dc71983ab182e521b91b03943 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -16,7 +16,6 @@ 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 } - # Specifies the `environment` that Puma will run in. # environment ENV.fetch("RAILS_ENV") { "development" }