You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ Optional flags:
136
136
137
137
### Disable load_dotenv
138
138
139
-
You can disable automatic loading of dotenv values by setting the `PYTHON_DOTENV_DISABLED` environmental variable to `true`. This can be useful if you are using a library that uses `load_dotenv` and you want to manage the environment in a different way.
139
+
Set `PYTHON_DOTENV_DISABLED=1`to disable `load_dotenv()` from loading .env files or streams. Useful when you can't modify third-party package calls or in production.
0 commit comments