TestAPI / gunicorn.conf.py
pawanmau01's picture
Update gunicorn.conf.py
3eb7677 verified
raw
history blame
117 Bytes
# gunicorn.conf.py
bind = '0.0.0.0:7860'
workers = 2
timeout = 120
loglevel = 'info'
accesslog = '-'
errorlog = '-'