mirror of
https://github.com/TrentSPalmer/todo_app_flask.git
synced 2025-06-05 16:03:09 -07:00
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
# use this when developing locally with `flask run`
|
|
FLASK_APP=todo.py
|
|
FLASK_RUN_HOST="some_host_name"
|
|
FLASK_DEBUG="true"
|