mirror of
https://github.com/TrentSPalmer/todo_app_flask.git
synced 2025-06-05 16:03:09 -07:00
add flaskenv example for local development
This commit is contained in:
parent
d406ff6508
commit
6f693c93dc
4
.flaskenv.example
Normal file
4
.flaskenv.example
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user