# gunicorn_config.py bind = '0.0.0.0:5000' workers = 4 timeout = 300 loglevel = 'info' accesslog = 'access.log' errorlog = 'error.log' daemon = True