Skip to content

Commit

Permalink
Improve documentation: 'Change file name'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruurtjan committed Apr 11, 2022
1 parent 87553ef commit 0beda6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ MY_CERT="-----BEGIN CERTIFICATE-----
Variable expansion of the form `$FOO` and `${FOO}` is supported based on the values in `.env` or the system environment.

### Change file name
It is possible to change the file name `.env`
It is possible to override the default file name `.env`. It will be treated as an absolute path if it starts with a `/`, and as a relative path to base directory of this project otherwise.
```
ThisBuild / envFileName := "dotenv"
```
Expand Down

0 comments on commit 0beda6b

Please sign in to comment.