From c65867ebdc056111ffebf2c27eb4b5a46998b5bc Mon Sep 17 00:00:00 2001 From: JP Hwang Date: Mon, 22 Sep 2025 14:25:17 +0100 Subject: [PATCH] updat --- docs/deploy/configuration/env-vars/runtime-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy/configuration/env-vars/runtime-config.md b/docs/deploy/configuration/env-vars/runtime-config.md index 5e453f01b..eb333ffb6 100644 --- a/docs/deploy/configuration/env-vars/runtime-config.md +++ b/docs/deploy/configuration/env-vars/runtime-config.md @@ -43,8 +43,8 @@ The following environment variables are used to control runtime configuration ma | Variable | Description | Type | | :-------------------------------- | :--------------------------------------------------------------------------- | :------------------- | -| `RUNTIME_OVERRIDES_ENABLED` | If set, the runtime configuration management is enabled. | `boolean` | -| `RUNTIME_OVERRIDES_PATH` | Path of the configuration override file. Default: `"/config/overrides.yaml"` | `string - file path` | +| `RUNTIME_OVERRIDES_ENABLED` | If set, the runtime configuration management is enabled. Default: `false` | `boolean` | +| `RUNTIME_OVERRIDES_PATH` | Path of the configuration override file. | `string - file path` | | `RUNTIME_OVERRIDES_LOAD_INTERVAL` | Refresh rate for checking if there are configuration changes. Default: `2m` | `string - duration` | ## Runtime configurable environment variables