Files
game-data/config/puma.rb
Gregory Ballantine d59c75281e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Updating puma.rb to allow changing the rack environment dynamically
2025-07-28 10:17:45 -04:00

10 lines
161 B
Ruby

app_dir = File.expand_path('..', __dir__)
directory app_dir
environment ENV.fetch('RACK_ENV', 'development')
bind 'tcp://0.0.0.0:9292'
workers 2
threads 1, 5