Skip to content

Commit

Permalink
Merge pull request #66 from uzzu/fix-readme
Browse files Browse the repository at this point in the history
Fix 1.x feature description
  • Loading branch information
uzzu authored Nov 27, 2023
2 parents 0dbf835 + 9e281ab commit 23b65f8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,13 @@ println(env.BAZ.orElse("default baz")) // => baz
If a `.env.template` file exists, this plugin refer it to create a environemnt variable properties in the `env`
extension.

### Change a file to read instead of `.env` file.

If environment variable `ENV_FILE` is set, The plugin read a file specified `ENV_FILE` instead of `.env` file.
#### If you needed, change a template filename to read instead of `.env.template` file.

[See example](/examples/change_file)
[See example](/examples/change_template_file)

### Change a template filename to read instead of `.env.template` file.
### Change a file to read instead of `.env` file.

[See example](/examples/change_template_file)
[See example](/examples/change_file)

### Hierarchical dotenv definitions

Expand Down

0 comments on commit 23b65f8

Please sign in to comment.