mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
give an example of env var substitution
This commit is contained in:
parent
ebc1ca08fe
commit
bc7e0cfa29
@ -24,7 +24,7 @@ Configuration library for JVM languages.
|
||||
- substitutions (`"foo" : ${bar}`, `"foo" : Hello ${who}`)
|
||||
- properties-like notation (`a.b=c`)
|
||||
- less noisy, more lenient syntax
|
||||
- substitute environment variables
|
||||
- substitute environment variables (`logdir=${HOME}/logs`)
|
||||
|
||||
This library limits itself to config files. If you want to load
|
||||
config from a database or something, you would need to write some
|
||||
|
Loading…
Reference in New Issue
Block a user