Default value for the STAGE
variable in Config to indicate a production environment.
Name of the Config variable expected to contain an override of the default production environment name.
Name of the Config variable expected to contain the name of the environment.
Returns true
if the STAGE
value in Config does not indicate a production environment. In other words: !Env.isProd()
.
Returns true
if the STAGE
value in Config indicates a production environment.
Generated using TypeDoc
Utility for simple detection of the current execution environment.