f5ec497
1
2
3
4
5
6
7
8
9
10
# Server configuration HOST=0.0.0.0 PORT=7000 # SSL configuration VERIFY_SSL=true # Flask configuration FLASK_ENV=production FLASK_APP=app.py