From 5c7d7f5f3ffa7b130a9630ff9b9639c0dea1ca77 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Fri, 16 Jun 2023 10:28:14 -0700 Subject: [PATCH] Add example demonstrating setting DOTENV_KEY --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d092938..a419157f 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,7 @@ See [examples](https://github.com/dotenv-org/examples) of using dotenv with vari * [nodejs (debug on)](https://github.com/dotenv-org/examples/tree/master/dotenv-nodejs-debug) * [nodejs (override on)](https://github.com/dotenv-org/examples/tree/master/dotenv-nodejs-override) * [nodejs (processEnv override)](https://github.com/dotenv-org/examples/tree/master/dotenv-custom-target) +* [nodejs (DOTENV_KEY override)](https://github.com/dotenv-org/examples/tree/master/dotenv-vault-custom-target) * [esm](https://github.com/dotenv-org/examples/tree/master/dotenv-esm) * [esm (preload)](https://github.com/dotenv-org/examples/tree/master/dotenv-esm-preload) * [typescript](https://github.com/dotenv-org/examples/tree/master/dotenv-typescript)