@tsmx/secure-config-tool
Version:
Command-line tool for @tsmx/secure-config.
26 lines • 559 B
JSON
{
"database": {
"host": "127.0.0.1",
"username": "SecretDbUser",
"password": "SecretDbPassword"
},
"testarray": [
"one",
"two",
"three",
{
"arrayItemKey": "arrayItemValue1",
"additionalItem1": "value1"
},
{
"arrayItemKey": "arrayItemValue2",
"additionalItem1": "value1",
"additionalItem2": 12
},
[
{
"subArrayItemKey": "subArrayItemValue1"
}
]
]
}