Sha256: 76f582a6dbe73f09fbf23149ae621f6f93f61aea0804a7dac9354f641ea95e5d

Contents?: true

Size: 166 Bytes

Versions: 3

Compression:

Stored size: 166 Bytes

Contents

# Puma configuration for test environment
workers 0
threads 1, 1

port ENV.fetch("PORT") { 3001 }
environment "test"

# Allow for proper shutdown
plugin :tmp_restart

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
panda-cms-0.7.3 config/puma/test.rb
panda-cms-0.7.2 config/puma/test.rb
panda-cms-0.7.0 config/puma/test.rb