Environment Variables
python-dotenv
reads key-value pairs from a .env
file and sets them as environment variables
.env (git ignore this)
script.py
flask run auto does this
Last updated
python-dotenv
reads key-value pairs from a .env
file and sets them as environment variables
.env (git ignore this)
script.py
flask run auto does this
Last updated