From 8283b6634334e66071147b695430a67379439061 Mon Sep 17 00:00:00 2001 From: Peter Bhat Harkins Date: Mon, 1 Jun 2020 20:28:12 -0500 Subject: [PATCH] rubocop --- config/puma.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/puma.rb b/config/puma.rb index 45baf325..e58c1c5a 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -9,8 +9,8 @@ threads threads_count, threads_count # Specifies the `port` that Puma will listen on to receive requests; default is 3000. # -#port ENV.fetch("PORT") { 3000 } -#bind 'tcp://127.0.0.1:3000' +# port ENV.fetch("PORT") { 3000 } +# bind 'tcp://127.0.0.1:3000' # Specifies the `environment` that Puma will run in. #