frostfs-node/cmd/neofs-node/config/test/config.json
Alex Vanin 922d29ff88 [#493] cmd/node: Support duration type casting in config
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-06-01 15:29:08 +03:00

22 lines
330 B
JSON

{
"value": "some value",
"section": {
"any": "thing"
},
"string_slice": {
"empty": [],
"filled": [
"string1",
"string2"
],
"incorrect": null
},
"string": {
"correct": "some string",
"incorrect": []
},
"duration": {
"correct": "15m",
"incorrect": "some string"
}
}