ihatemoney/conf/gunicorn.conf.py
Jocelyn Delalande df5f9d50c6 Fix conf files to reflect module renaming
Python module was renamed budget → ihatemoney (see #243 and 6923367).
Now, "budget" relates to nothing.
2017-07-26 16:03:38 +02:00

7 lines
184 B
Python

backlog = 2048
daemon = False
debug = True
workers = 3
logfile = "/path/to/your/app/ihatemoney.gunicorn.log"
loglevel = "info"
bind = "unix:/path/to/your/app/ihatemoney.gunicorn.sock"