Skip to content

Commit

Permalink
Fix 1.x feature description
Browse files Browse the repository at this point in the history
  • Loading branch information
uzzu committed Nov 27, 2023
1 parent 0dbf835 commit 9e281ab
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 9e281ab

Please sign in to comment.