TestAPI / gunicorn.conf.py
Pavan+2-at-244075126032
REver ocr changes
70c5320
raw
history blame
117 Bytes
# gunicorn.conf.py
bind = '0.0.0.0:7860'
workers = 1
timeout = 120
loglevel = 'info'
accesslog = '-'
errorlog = '-'