From 563c44984cbc1ff7e03c8488976ae0b4ed508ab7 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 20 Feb 2026 11:39:47 -0600 Subject: [PATCH] Change doc heading for environment variable files (#18122) Co-authored-by: Claude --- docs/concepts/configuration-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/configuration-files.md b/docs/concepts/configuration-files.md index 0480f0e45..c3b089220 100644 --- a/docs/concepts/configuration-files.md +++ b/docs/concepts/configuration-files.md @@ -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.