diff --git a/config/puma.rb b/config/puma.rb index 020cfa4..358428b 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -9,7 +9,7 @@ threads threads_count, threads_count # Specifies the `port` that Puma will listen on to receive requests; default is 3000. # -port ENV.fetch("PORT") { 4450 } +port ENV.fetch("PORT") { 4650 } # Specifies the `environment` that Puma will run in. #