diff --git a/config/puma.rb b/config/puma.rb index 8f0d3bd814c..50f791b0440 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -12,8 +12,7 @@ else bind "tcp://#{ENV.fetch('BIND', '127.0.0.1')}:#{ENV.fetch('PORT', 3000)}" end -environment ENV.fetch('RAILS_ENV') { 'development' } -workers ENV.fetch('WEB_CONCURRENCY') { 2 }.to_i +workers ENV.fetch('WEB_CONCURRENCY') { 2 }.to_i preload_app!