1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Format puma config file

This commit is contained in:
Daniel Barber 2024-04-07 15:57:45 -05:00
parent 680b0f9ae6
commit 0d94e6ade7

View File

@ -1,9 +1,9 @@
workers Integer(ENV["PUMA_WORKERS"] || 3)
threads Integer(ENV["MIN_THREADS"] || 1), Integer(ENV["MAX_THREADS"] || 16)
threads Integer(ENV["MIN_THREADS"] || 1), Integer(ENV["MAX_THREADS"] || 16)
preload_app!
port ENV["PORT"] || 3000
port ENV["PORT"] || 3000
environment ENV["RACK_ENV"] || "development"
on_worker_boot do