From ca6a05e393b242995ea8a6fae9d1765db7148350 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sun, 4 Aug 2024 18:59:45 -0400 Subject: [PATCH] Update gunicorn.conf.py --- src/gunicorn.conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gunicorn.conf.py b/src/gunicorn.conf.py index 0692532..953fba9 100644 --- a/src/gunicorn.conf.py +++ b/src/gunicorn.conf.py @@ -8,5 +8,6 @@ worker_class = 'gthread' workers = 1 threads = 1 bind = f"{app_host}:{app_port}" +print(bind) daemon = True -pidfile = './gunicorn.pid' \ No newline at end of file +pidfile = './gunicorn.pid'