mirror of
https://github.com/TrentSPalmer/todo_app_flask.git
synced 2025-08-22 21:33:58 -07:00
add flaskenv example for local development
This commit is contained in:
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"
|
Reference in New Issue
Block a user