# This file is primarily for launching while on an Apache server, but feel free to change locally
# DON'T COMMIT ANY CHANGES UNLESS YOU INTEND FOR THOSE CHANGES TO BE APPLIED ON THE SERVER WHEN THE APP IS NEXT DEPLOYED.
bind = "localhost:5555"

workers = 8
worker_class = "eventlet"
threads = 16

accesslog = "/var/www/api/log/gunicorn/accesslog"
errorlog = "/var/www/api/log/gunicorn/errorlog"
loglevel = "info"
