Home / response-generator / configs / gunicorn.conf
bind = '127.0.0.1:5000' backlog = 2048 workers = 2 worker_connections = 1000 timeout = 30 keepalive = 2 debug = False spew = False