From d4283098a6cbc8f3c2b6c2cd26f6a98f0fd8c4ab Mon Sep 17 00:00:00 2001 From: Quality App Developer Date: Fri, 26 Dec 2025 20:32:57 +0200 Subject: [PATCH] updated example --- .env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 55af6d5..1a6f7f3 100644 --- a/.env.example +++ b/.env.example @@ -41,11 +41,14 @@ SECRET_KEY=change-this-in-production # Application port APP_PORT=8781 +# Application code path +APP_CODE_PATH=/srv/quality_app/py_app + # ============================================================================ # GUNICORN CONFIGURATION # ============================================================================ # Number of worker processes (default: CPU cores * 2 + 1) -# GUNICORN_WORKERS=5 +GUNICORN_WORKERS=5 # Worker class (sync, gevent, gthread) GUNICORN_WORKER_CLASS=sync