forked from TrueCloudLab/frostfs-node
13 lines
120 B
YAML
13 lines
120 B
YAML
|
value: some value
|
||
|
|
||
|
section:
|
||
|
any: thing
|
||
|
|
||
|
string_slice:
|
||
|
empty: []
|
||
|
|
||
|
filled:
|
||
|
- string1
|
||
|
- string2
|
||
|
|
||
|
incorrect:
|