Skip to content

Commit c65867e

Browse files
committed
updat
1 parent b2594d7 commit c65867e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/deploy/configuration/env-vars/runtime-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ The following environment variables are used to control runtime configuration ma
4343

4444
| Variable | Description | Type |
4545
| :-------------------------------- | :--------------------------------------------------------------------------- | :------------------- |
46-
| `RUNTIME_OVERRIDES_ENABLED` | If set, the runtime configuration management is enabled. | `boolean` |
47-
| `RUNTIME_OVERRIDES_PATH` | Path of the configuration override file. Default: `"/config/overrides.yaml"` | `string - file path` |
46+
| `RUNTIME_OVERRIDES_ENABLED` | If set, the runtime configuration management is enabled. Default: `false` | `boolean` |
47+
| `RUNTIME_OVERRIDES_PATH` | Path of the configuration override file. | `string - file path` |
4848
| `RUNTIME_OVERRIDES_LOAD_INTERVAL` | Refresh rate for checking if there are configuration changes. Default: `2m` | `string - duration` |
4949

5050
## Runtime configurable environment variables

0 commit comments

Comments
 (0)