We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00ccbb commit c5b47f4Copy full SHA for c5b47f4
README.md
@@ -41,7 +41,9 @@ export SECRET_KEY=YOURSECRETKEYGOESHERE
41
42
`.env` can interpolate variables using POSIX variable expansion,
43
variables are replaced from the environment first or from other values
44
-in the `.env` file if the variable is not present in the environment.
+in the `.env` file if the variable is not present in the environment.
45
+Ensure that variables are surrounded with `{}` like `${HOME}` as bare
46
+variables such as `$HOME` are not expanded.
47
(**Note**: Default Value Expansion is not supported as of yet, see
48
[\#30](https://github.com/theskumar/python-dotenv/pull/30#issuecomment-244036604).)
49
0 commit comments