Change doc heading for environment variable files (#18122)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Zanie Blue
2026-02-20 11:39:47 -06:00
committed by GitHub
parent f7e9a33d48
commit 563c44984c
+1 -1
View File
@@ -77,7 +77,7 @@ configuration files (e.g., user-level configuration will be ignored).
See the [settings reference](../reference/settings.md) for an enumeration of the available settings.
## `.env`
## Environment variable files
`uv run` can load environment variables from dotenv files (e.g., `.env`, `.env.local`,
`.env.development`), powered by the [`dotenvy`](https://github.com/allan2/dotenvy) crate.