6 lines
No EOL
133 B
Python
6 lines
No EOL
133 B
Python
bind = 'unix:/tmp/gunicorn_verbs.sock'
|
|
workers = 8
|
|
timeout = 2000
|
|
logconfig = 'conf/logging.conf'
|
|
pythonpath = '.'
|
|
preload_app = True |