# Set up main GUnicorn options. # See: http://docs.gunicorn.org/en/stable/settings.html # Commented values are the application defaults. # Directory where the WSGI server data are stored. # Relative paths are relative to the `data_dir` value in `application.yml`. data_dir: . #listen_addr: '0.0.0.0' #listen_port: 8000 #workers: 4 #worker_class: 'gevent' #max_requests: 0 #user: '' #group: '' #preload_app: True