Open-sourcing dotenv-linter: a lightning-fast tool to lint .env files

in rust •  5 years ago 

One of the principles of the Manifesto of Twelve Factors is that all settings should be stored in environment variables, allowing you to alter them for different environments (development, automated testing, staging/QA, production) without changing the code.

Fortunately, there’s a solution: .env files. However, it’s not always plain sailing. Just like in the real world, your environment needs looking after. Sometimes, problems creep in without you noticing which may impact how your application works.

Learn more about a new tool for checking .env files for problems

open source development by Evrone.png

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!