Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Feb 12, 2024
1 parent 91bb2d8 commit 06fd9bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -366,8 +366,6 @@ By default, `config` will look for a file called .env in the current working dir
Pass in multiple files as an array, and they will be parsed in order and combined with `process.env` (or `option.processEnv`, if set). The first value set for a variable will win, unless the `options.override` flag is set, in which case the last value set will win. If a value already exists in `process.env` and the `options.override` flag is NOT set, no changes will be made to that value.

```js

```js
require('dotenv').config({ path: ['.env.local', '.env'] })
```

Expand Down

0 comments on commit 06fd9bb

Please sign in to comment.