summaryrefslogtreecommitdiff
path: root/gunicorn.conf.py
blob: 3b18d4d0219d016472035c1b08830825a1ee3192 (plain)
1
2
3
4
5
6
# gunicorn.conf.py  

# timeout = 600

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