FLASK_ENV=development
FLASK_DEBUG=False
FLASK_RUN_PORT=5000
FLASK_RUN_HOST=0.0.0.0
FLASK_APP=WebMain.py