mirror of
https://github.com/TrentSPalmer/todo_app_flask.git
synced 2025-12-07 04:51:27 -08: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"
|