Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 1.x feature description #66

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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