aboutsummaryrefslogtreecommitdiff
path: root/conf/gunicorn.conf.py
blob: 8412a10ca91e7c3bf58ce3a23f5295cddff94072 (plain)
1
2
3
4
5
6
7
backlog = 2048
daemon = False
debug = True
workers = 3
logfile = "/path/to/your/app/budget.gunicorn.log"
loglevel = "info"
bind = "unix:/path/to/your/app/budget.gunicorn.sock"