Sha256: ab767f8a97ea4da085fec37dbce2aea9f83e95abaf106882a0de25f3920fd330

Contents?: true

Size: 193 Bytes

Versions: 6

Compression:

Stored size: 193 Bytes

Contents

# frozen_string_literal: true

require 'puma/daemon'

# workers     3
threads     2, 8
port        3000
environment ENV['RAILS_ENV'] || 'production'
daemonize   ENV['NO_DAEMON'] ? false : true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
puma-daemon-0.5.0 config/puma_single.rb
puma-daemon-0.3.2 config/puma_single.rb
puma-daemon-0.3.0 config/puma_single.rb
puma-daemon-0.2.3 config/puma_single.rb
puma-daemon-0.2.2 config/puma_single.rb
puma-daemon-0.1.2 config/puma_single.rb