blob: 8c4c2d1f1779f67e2d724228f597eb1167174b5c (
plain) (
blame)
1
2
3
4
5
|
python-dotenv reads the key,value pair from .env and adds them to environment
variable. It is great of managing app settings during development and in
production using 12-factor principles.
WWW: https://github.com/theskumar/python-dotenv
|