FLASK_APP=starter:app
FLASK_RUN_HOST="127.0.0.1"
FLASK_RUN_PORT=5000
# production  or development  etc.
FLASK_DEBUG=production
