Skip to content

Commit

Permalink
Merge pull request #84 from Nava2/patch-1
Browse files Browse the repository at this point in the history
README: Update language in `Templates` section
  • Loading branch information
uzzu authored May 7, 2024
2 parents 8834092 + a18b14e commit 75878d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ println(env.BAZ.orElse("default baz")) // => baz

### Templates

If a `.env.template` file exists, this plugin populates environment variables from it, too. This means you can use the template to define the environment variables that are required for your project, and optionally override them in the `.env` file.
If a `.env.template` file exists, this plugin populates environment variables names from the template, too. This means you can use the template to define the environment variables that are required for your project, and override them in the `.env` file. Values within the `.env.template` file are *not* populated when read, all values will be `null`.

[See the example](/examples/change_template_file) for more details.
[See the `change_template_file` example](/examples/change_template_file) for more details.

### Changing the name of the `.env` file

Expand Down

0 comments on commit 75878d8

Please sign in to comment.