bkeepers/dotenv
dotenv, на сайте с December 09, 2021 04:13
Shim to load environment variables from .env into ENV in development.
Storing configuration in the environment is one of the tenets of a twelve-factor app. Anything that is likely to change between deployment environments–such as resource handles for databases or credentials for external services–should be extracted from the code into environment variables.