# gunicorn.conf.py bind = '0.0.0.0:7860' workers = 15 timeout = 120 loglevel = 'info' accesslog = '-' errorlog = '-'