9 lines
150 B
Python
9 lines
150 B
Python
# -*- encoding: utf-8 -*-
|
|
|
|
bind = '0.0.0.0:8000'
|
|
workers = 1
|
|
accesslog = '-'
|
|
loglevel = 'debug'
|
|
capture_output = True
|
|
enable_stdio_inheritance = True
|