6 lines
170 B
Python
6 lines
170 B
Python
|
|
bind = "0.0.0.0:5000"
|
|||
|
|
workers = 4
|
|||
|
|
worker_class = "gevent" # 使用异步 worker(需安装 `gevent`)
|
|||
|
|
timeout = 30
|
|||
|
|
accesslog = "-" # 输出到控制台
|
|||
|
|
errorlog = "-"
|