Closed gudmundur closed 8 years ago
If PLINY_ENV is left unset on staging or production environments, it causes Puma to override RACK_ENV to development, see here.
PLINY_ENV
RACK_ENV
development
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']?
ENV['RACK_ENV']
PLINY_ENV was discussed and introduced in #138
@dmathieu Thanks for digging this up.
I believe this can be closed.
@dmathieu thanks for pointing that out.
If
PLINY_ENV
is left unset on staging or production environments, it causes Puma to overrideRACK_ENV
todevelopment
, see here.What is the motivation behind
PLINY_ENV
and how should it differ fromRACK_ENV
? Should it its default be equal toENV['RACK_ENV']
?