The PLINY_ENV default bubbles to RACK_ENV
gudmundur opened this issue · 4 comments
gudmundur commented
If PLINY_ENV
is left unset on staging or production environments, it causes Puma to override RACK_ENV
to development
, see here.
What is the motivation behind PLINY_ENV
and how should it differ from RACK_ENV
? Should it its default be equal to ENV['RACK_ENV']
?
dmathieu commented
I believe this can be closed.