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.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,7 @@ environment variable and they can be conveniently accessed via ``os.getenv()``
98
98
DATABASE_PASSWORD= os.getenv("DATABASE_PASSWORD")
99
99
100
100
101
-
``load_dotenv`` do not override existing System environment variables, but
102
-
you can do so if you want by passing ``override=True`` to ``load_dotenv()``.
101
+
``load_dotenv`` do not override existing System environment variables. To override, pass ``override=True`` to ``load_dotenv()``.
103
102
104
103
You can use ``find_dotenv()`` method that will try to find a ``.env`` file by
105
104
(a) guessing where to start using ``__file__`` or the working directory -- allowing this to work in non-file contexts such as IPython notebooks and the REPL, and then
0 commit comments