mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-27 10:00:50 +00:00
Rely on puma default environment setting (#36760)
This commit is contained in:
parent
6833878f95
commit
c7dc5767d3
|
|
@ -12,7 +12,6 @@ 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
|
||||
|
||||
preload_app!
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user