frostfs-node/cmd/neofs-node/config/test/config.yaml
Leonard Lyubich cbe3e0a271 [#493] node/config: Implement string caster
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-06-01 11:45:38 +03:00

18 lines
170 B
YAML

value: some value
section:
any: thing
string_slice:
empty: []
filled:
- string1
- string2
incorrect:
string:
correct: some string
incorrect: []