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