mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
Rely on puma default environment setting (#36760)
This commit is contained in:
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user