We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc1ca0 commit bc7e0cfCopy full SHA for bc7e0cf
README.md
@@ -24,7 +24,7 @@ Configuration library for JVM languages.
24
- substitutions (`"foo" : ${bar}`, `"foo" : Hello ${who}`)
25
- properties-like notation (`a.b=c`)
26
- less noisy, more lenient syntax
27
- - substitute environment variables
+ - substitute environment variables (`logdir=${HOME}/logs`)
28
29
This library limits itself to config files. If you want to load
30
config from a database or something, you would need to write some
0 commit comments