Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions reference/environment-variables/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down