Sha256: f47f82d74b72c35519c86d61a848d0f421a84d8274c622da33a6dd216490b9e8

Contents?: true

Size: 250 Bytes

Versions: 9

Compression:

Stored size: 250 Bytes

Contents

workers Integer(ENV['PUMA_WORKERS'] || 5)
threads Integer(ENV['PUMA_MIN_THREADS']  || 1), Integer(ENV['PUMA_MAX_THREADS'] || 16)

preload_app!

rackup      DefaultRackup
port        ENV['PORT']     || 9292
environment ENV['RACK_ENV'] || 'development'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fourchette-0.1.2 templates/config/puma.rb
fourchette-0.1.1 templates/config/puma.rb
fourchette-0.1.0 templates/config/puma.rb
fourchette-0.0.8 templates/config/puma.rb
fourchette-0.0.7 templates/config/puma.rb
fourchette-0.0.6 templates/config/puma.rb
fourchette-0.0.5 templates/config/puma.rb
fourchette-0.0.4 templates/config/puma.rb
fourchette-0.0.3 templates/config/puma.rb