5 lines
119 B
Python
5 lines
119 B
Python
bind = 'unix:/tmp/gunicorn_verbs.sock'
|
|
workers = 4
|
|
logconfig = 'conf/logging.conf'
|
|
pythonpath = '.'
|
|
preload_app = True
|