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