4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
FLASK_APP=app
|
|
FLASK_ENV=development
|
|
FLASK_RUN_PORT=8080
|
|
FLASK_RUN_HOST=0.0.0.0 |