From a80dbee59447e4c38b58aeba01140f1d02f7ff6c Mon Sep 17 00:00:00 2001 From: Tomas Pospisek Date: Wed, 16 Apr 2025 11:13:52 +0200 Subject: [PATCH] document CONFIG_PATH variable --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index faf698d..0d2f6e3 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Environment variables | `MAX_OVERFLOW` | `10` | Additional connections beyond pool_size during peak load. | | `POOL_TIMEOUT` | `30` | Time (in seconds) to wait for a connection to become available. | | `POOL_RECYCLE` | `-1` | Time (in seconds) after idle connections will be resetted. | +| `CONFIG_PATH` | `/srv/qwc_service/config` | The path under where QWC Services' configuration files reside. | Development ===========