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 8648e07 commit c87f9f9Copy full SHA for c87f9f9
README.md
@@ -686,15 +686,15 @@ configuration key `a.b-c_d`
686
687
### Set array values from env variables
688
689
-Setting the value of array items from environment variables requires
+Setting the value of array items from system properties requires
690
specifing the index in the array for the value. So, while in HOCON
691
you can set multiple values into an array or append to an array:
692
693
## HOCON
694
items = ["a", "b"]
695
items += "c"
696
697
-using java arguments you specify the exact position:
+Using java arguments you specify the exact position:
698
699
-Ditems.0="a" -Ditems.1="b"
700
0 commit comments