> set FLASK_APP=yourapplication
app.config['ENVIRONMENT_VAR'] = "var name here"
(venv) $ export FLASK_APP=microblog.py