summaryrefslogtreecommitdiff
path: root/gunicorn.conf.py
blob: f1bfcd0a229cb02768241dc42ca0680fd191a86f (plain)
1
2
3
4
5
6
7
8
9
10
11
# gunicorn.conf.py

timeout = 1000

# 绑定到的IP地址和端口号
bind = "0.0.0.0:8800"

# 日志配置
loglevel = "debug"
errorlog = "-"
accesslog = "-"