import os print os.environ.get('key') >>> value
app.config['ENVIRONMENT_VAR'] = "var name here"
export FLASK_APP=application.py