export FLASK_APP=./app/run.py export FLASK_ENV=development export PYTHONPATH=./config python3 -m flask run --host=0.0.0.0 --port=$YILI_PORT