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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,10 @@ Optional flags:
134
134
-`-o` to override existing variables.
135
135
-`-v` for increased verbosity.
136
136
137
+
### Disable load_dotenv
138
+
139
+
You can disable automatic loading of dotenv values by setting the `DOTENV_AUTOLOAD_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.
140
+
137
141
## Command-line Interface
138
142
139
143
A CLI interface `dotenv` is also included, which helps you manipulate the `.env` file
0 commit comments