Skip to content

Commit 5c80e4a

Browse files
add line about order
1 parent b0cbb53 commit 5c80e4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/developers/components/built-in.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Load environment variables via files like `.env`.
7373

7474
This component is a [Resource Extension](./reference.md#resource-extension) and can be configured with the [`files`, `path`, and `root`](./reference.md#resource-extension-configuration) configuration options.
7575

76+
Ensure this component is specified first in `config.yaml` so that environment variables are loaded prior to loading any other components.
77+
7678
```yaml
7779
loadEnv:
7880
files: '.env'

0 commit comments

Comments
 (0)