Skip to content

Commit

Permalink
Merge pull request #14 from StatelessStudio/v1.2.0
Browse files Browse the repository at this point in the history
Add fromProcessEnv to readme
  • Loading branch information
DrewImm authored Mar 29, 2022
2 parents 001efe3 + 5ea38e4 commit 911dabe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export const env: Environment = configure(Environment, {
// Default: false
allowUndeclared: false,

// If true, fromProcessEnv will load .env variables from process.env
// Default: true
fromProcessEnv: true,

// Set process.env variables from the .env file
// Default: true
overwriteProcessEnv: true,
Expand Down

0 comments on commit 911dabe

Please sign in to comment.