MozillaFoundation / mofo-standards

Mozilla Foundation – Engineering Guidebook
6 stars 2 forks source link

Proposal: Standardize on `dotenv` #32

Open gvn opened 7 years ago

gvn commented 7 years ago

"Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env. Storing configuration in the environment separate from code is based on The Twelve-Factor App methodology."

It's has a lot more velocity and community backing than Habitat and works well from my experience.