mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
7 lines
176 B
Python
7 lines
176 B
Python
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"
|