We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d8752 commit 1e19f1eCopy full SHA for 1e19f1e
README.md
@@ -186,7 +186,7 @@ The expansion engine roughly has the following rules:
186
187
You can see a full list of rules [here](https://dotenvx.com/docs/env-file#interpolation).
188
189
-### How can avoid expanding pre-existing envs already in my `process.env`?
+### How can I avoid expanding pre-existing envs (already in my `process.env`, for example `pas$word`)?
190
191
Modify your `dotenv.config` to write to an empty object and pass that to `dotenvExpand.processEnv`.
192
0 commit comments