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
+
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.
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