bdf1ee87bc
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.
3 lines
190 B
Text
3 lines
190 B
Text
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.
|