6 lines
146 B
Python
6 lines
146 B
Python
bind = 'unix:/tmp/gunicorn_registry.sock'
|
|
workers = 8
|
|
worker_class = 'gevent'
|
|
logconfig = 'conf/logging.conf'
|
|
pythonpath = '.'
|
|
preload_app = True
|