diff --git a/reference/environment-variables/overview.md b/reference/environment-variables/overview.md index 0c72b83b..d30d004b 100644 --- a/reference/environment-variables/overview.md +++ b/reference/environment-variables/overview.md @@ -13,6 +13,13 @@ Harper supports loading environment variables in Harper applications `process.en If you are looking for information on how to configure your Harper installation using environment variables, see [Configuration](../configuration/overview.md) section for more information. ::: +## Configuration + +| Option | Type | Required | Description | +| ---------- | -------------------- | -------- | -------------------------------------------------------------------------------------- | +| `files` | `string \| string[]` | **Yes** | Path(s) or glob pattern(s) to the env file(s) to load. | +| `override` | `boolean` | No | If `true`, loaded values override existing environment variables. Defaults to `false`. | + ## Basic Usage ```yaml diff --git a/reference_versioned_docs/version-v4/environment-variables/overview.md b/reference_versioned_docs/version-v4/environment-variables/overview.md index 0c72b83b..d30d004b 100644 --- a/reference_versioned_docs/version-v4/environment-variables/overview.md +++ b/reference_versioned_docs/version-v4/environment-variables/overview.md @@ -13,6 +13,13 @@ Harper supports loading environment variables in Harper applications `process.en If you are looking for information on how to configure your Harper installation using environment variables, see [Configuration](../configuration/overview.md) section for more information. ::: +## Configuration + +| Option | Type | Required | Description | +| ---------- | -------------------- | -------- | -------------------------------------------------------------------------------------- | +| `files` | `string \| string[]` | **Yes** | Path(s) or glob pattern(s) to the env file(s) to load. | +| `override` | `boolean` | No | If `true`, loaded values override existing environment variables. Defaults to `false`. | + ## Basic Usage ```yaml