3 lines
92 B
Bash
3 lines
92 B
Bash
export FLASK_ENV=development
|
|
export CONFIG=config.DevelopmentConfig
|
|
flask run --host=0.0.0.0 |