how to Running Flask with Apache2 and Mod-WSGI

Solution
// Find your flask app
export FLASK_APP=

// Host it on your local network
flask run --host=0.0.0.0