Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/deploy/configuration/env-vars/runtime-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading