diff --git a/docker/uwsgi.debug.ini b/docker/uwsgi.debug.ini index 37a5253b..6753d1a6 100644 --- a/docker/uwsgi.debug.ini +++ b/docker/uwsgi.debug.ini @@ -77,6 +77,7 @@ env = PYTHONUTF8=1 env = PYTHONXOPT=-Xfrozen_modules=off env = PYDEVD_DEBUG=1 env = DEBUGPY_LOG_DIR=/app/debugpy_logs +env = GEVENT_SUPPORT=true # Debugging control variables env = WAIT_FOR_DEBUGGER=false