9 lines
No EOL
183 B
Python
9 lines
No EOL
183 B
Python
bind = '0.0.0.0:5000'
|
|
workers = 2
|
|
worker_class = 'gevent'
|
|
timeout = 2000
|
|
daemon = False
|
|
errorlog = '-'
|
|
loglevel = 'debug'
|
|
logger_class = 'util.glogger.LogstashLogger'
|
|
pythonpath = '.' |