Sha256: 29d189266b4ad61f2c6ddca0ecec1ef6fe5e6dac78cfbcb358c9c0a4c02d8838

Contents?: true

Size: 220 Bytes

Versions: 7

Compression:

Stored size: 220 Bytes

Contents

require_relative './environment'
workers 1

threads_count = 1
threads threads_count, threads_count

preload_app!

rackup      DefaultRackup
port        2300
environment 'development'

on_worker_boot do
  Hanami.boot
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flagsmith-4.0.1 example/config/puma.rb
flagsmith-4.0.0 example/config/puma.rb
flagsmith-3.2.0 example/config/puma.rb
flagsmith-3.1.1 example/config/puma.rb
flagsmith-3.1.0 example/config/puma.rb
flagsmith-3.0.1 example/config/puma.rb
flagsmith-3.0.0 example/config/puma.rb