Sha256: cdf51fe569bb3742f319e323bc4c3811b5e987e6485b3f53d342f72b705cead3

Contents?: true

Size: 251 Bytes

Versions: 3

Compression:

Stored size: 251 Bytes

Contents

# frozen_string_literal: true

# Run in single threaded mode
threads 0, 1

# Specifies the `port` that Puma will listen on to receive requests; default is
# 3000.
port 3000

# Only use a pidfile when requested
pidfile ENV["PIDFILE"] if ENV["PIDFILE"]

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
staticky-0.3.1 site_template/config/puma.rb
staticky-0.3.0 site_template/config/puma.rb
staticky-0.2.0 site_template/config/puma.rb