Skip to content

Commit 5a819cb

Browse files
authoredSep 22, 2020
Update README.md
1 parent 19d1c2f commit 5a819cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ A no-dependency, pure Java port of the Ruby dotenv project. Load environment var
88
<img src="https://raw.githubusercontent.com/cdimascio/dotenv-java/master/assets/dotenv-java-logo.png" alt="dotenv" width="550"/>
99
</p>
1010

11+
_dotenv-java also powers the popular [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin) library._
12+
1113
Why dotenv?
1214

1315
>Storing configuration in the environment is one of the tenets of a [twelve-factor](http://12factor.net/config) app. Anything that is likely to change between deployment environments–such as resource handles for databases or credentials for external services–should be extracted from the code into environment variables.

0 commit comments

Comments
 (0)
Please sign in to comment.