Skip to content

Commit 9be5c07

Browse files
authored
Merge pull request #185 from weaviate/20250922-fix-RUNTIME_OVERRIDES_PATH-default
Remove default PATH in RUNTIME_OVERRIDES_ENABLED
2 parents b2594d7 + c65867e commit 9be5c07

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)