3 lines
131 B
Bash
3 lines
131 B
Bash
SECRET_KEY='ILOVEDATABASETECH' FLASK_APP=main FLASK_ENV=development flask run \
|
|
--host 0.0.0.0 \
|
|
--port 5000 # default 5000 |