# Server configuration HOST=0.0.0.0 PORT=8000 # SSL configuration VERIFY_SSL=True # Flask configuration FLASK_ENV=production FLASK_APP=app.py