DEV Community

Discussion on: Using Environment Variables in Python for App Configuration and Secrets

Collapse
 
mgrachev profile image
Grachev Mikhail

In addition to using environment variables I can recommend github.com/dotenv-linter/dotenv-li.... It’s a lightning-fast linter for .env files. It can check, fix and compare .env files. Maybe it would be useful for you.

Collapse
 
ryanblunden profile image
Ryan Blunden

Thanks for the recommendation Grachev!