We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956d69e commit b94375fCopy full SHA for b94375f
1 file changed
README.md
@@ -46,6 +46,7 @@ load_dotenv() # reads variables from a .env file and sets them in os.environ
46
47
By default, `load_dotenv()` will:
48
49
+
50
- Look for a `.env` file in the same directory as the Python script (or higher up the directory tree).
51
- Read each key-value pair and add it to `os.environ`.
52
- **Not override** an environment variable that is already set, unless you explicitly pass `override=True`.
0 commit comments