We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cbb2d commit 65929cdCopy full SHA for 65929cd
docs/index.md
@@ -156,7 +156,8 @@ class Settings(BaseSettings):
156
```
157
158
!!! note
159
- The default `env_prefix` is `''` (empty string).
+ The default `env_prefix` is `''` (empty string). `env_prefix` is not only for env settings but also for
160
+ dotenv files, secrets, and other sources.
161
162
If you want to change the environment variable name for a single field, you can use an alias.
163
0 commit comments