From 4cee13e831ea0f8657acbc23e6b0c794b382c085 Mon Sep 17 00:00:00 2001 From: Adrian Hinz Date: Sun, 14 Oct 2018 03:29:46 +0200 Subject: [PATCH] chg puma --- config/puma.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #