Skip to content

Commit bc7e0cf

Browse files
committed
give an example of env var substitution
1 parent ebc1ca0 commit bc7e0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Configuration library for JVM languages.
2424
- substitutions (`"foo" : ${bar}`, `"foo" : Hello ${who}`)
2525
- properties-like notation (`a.b=c`)
2626
- less noisy, more lenient syntax
27-
- substitute environment variables
27+
- substitute environment variables (`logdir=${HOME}/logs`)
2828

2929
This library limits itself to config files. If you want to load
3030
config from a database or something, you would need to write some

0 commit comments

Comments
 (0)