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'