From 7e987587c96308f98be79961cf072adafbcee1ed Mon Sep 17 00:00:00 2001 From: Zoey Date: Fri, 21 Jun 2019 10:07:04 +0630 Subject: [PATCH] before checkout sync branch --- config/puma.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/puma.rb b/config/puma.rb index a0dae8b3..fd89392f 100755 --- a/config/puma.rb +++ b/config/puma.rb @@ -1,6 +1,6 @@ application_path="#{File.expand_path("../..", __FILE__)}" directory application_path -environment ENV.fetch("RAILS_ENV") { "production" } +#environment ENV.fetch("RAILS_ENV") { "production" } environment "production" pidfile "#{application_path}/tmp/puma/pid" state_path "#{application_path}/tmp/puma/state"