Sha256: f588443666aa43c95873188a30fb9c3dd5c2c70a7fe22a484b26a9b06e42aee3
Contents?: true
Size: 329 Bytes
Versions: 20
Compression:
Stored size: 329 Bytes
Contents
threads_count = ENV.fetch("STEALTH_MAX_THREADS") { 5 }.to_i threads threads_count, threads_count # Specifies the `port` that Puma will listen on to receive requests, default is 3000. # port ENV.fetch("PORT") { 3000 } # Specifies the `environment` that Puma will run in. # environment ENV.fetch("STEALTH_ENV") { "development" }
Version data entries
20 entries across 20 versions & 1 rubygems