mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Fix puma config
This commit is contained in:
parent
a5acfd9eb1
commit
8c26ba94cc
@ -3,7 +3,6 @@ threads Integer(ENV["MIN_THREADS"] || 1), Integer(ENV["MAX_THREADS"] || 16)
|
|||||||
|
|
||||||
preload_app!
|
preload_app!
|
||||||
|
|
||||||
rackup DefaultRackup
|
|
||||||
port ENV["PORT"] || 3000
|
port ENV["PORT"] || 3000
|
||||||
environment ENV["RACK_ENV"] || "development"
|
environment ENV["RACK_ENV"] || "development"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user