blob: 2c4492dead1c71e17d2569e30b62a118877dc02b (
plain)
1
2
3
4
5
6
7
8
|
backlog = 2048
daemon = False
debug = True
workers = 3
# log to stdout,
logfile = "-" # Is the default setting for gunicorn>=20
loglevel = "info"
bind = "unix:/tmp/ihatemoney.gunicorn.sock"
|