diff options
Diffstat (limited to 'conf/gunicorn.conf.py')
| -rw-r--r-- | conf/gunicorn.conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/gunicorn.conf.py b/conf/gunicorn.conf.py index 8412a10..017a670 100644 --- a/conf/gunicorn.conf.py +++ b/conf/gunicorn.conf.py @@ -2,6 +2,6 @@ backlog = 2048 daemon = False debug = True workers = 3 -logfile = "/path/to/your/app/budget.gunicorn.log" +logfile = "/path/to/your/app/ihatemoney.gunicorn.log" loglevel = "info" -bind = "unix:/path/to/your/app/budget.gunicorn.sock" +bind = "unix:/path/to/your/app/ihatemoney.gunicorn.sock" |
