[uwsgi]
http-socket=0.0.0.0:5000
fastcgi-socket=0.0.0.0:5001
master=true
plugins=python3
wsgi=app:app
cheaper=1
processes=4
threads=8