export CELERY_BROKER_URL=redis://localhost:6379 export CELERY_RESULT_BACKEND=redis://localhost:6379 export FLASK_ENV=development export FLASK_APP=wsgi:app export REDIS_HOST=localhost export REDIS_PORT=6379 export REDIS_SESSION_DB=0 export SERVER_PORT=0.0.0.0:8000