add flaskenv example for local development

This commit is contained in:
Trent Palmer 2025-06-01 11:14:09 -07:00
parent d406ff6508
commit 6f693c93dc

4
.flaskenv.example Normal file
View File

@ -0,0 +1,4 @@
# use this when developing locally with `flask run`
FLASK_APP=todo.py
FLASK_RUN_HOST="some_host_name"
FLASK_DEBUG="true"