6 lines
158 B
Python
6 lines
158 B
Python
bind = 'unix:/tmp/gunicorn_verbs.sock'
|
|
workers = 4
|
|
logconfig = 'conf/logging.conf'
|
|
pythonpath = '.'
|
|
preload_app = True
|
|
timeout = 2000 # Because sync workers
|