Files
kami-parse-server/spec/configs/CLIConfigFailTooManyApps.json

17 lines
199 B
JSON
Raw Normal View History

2016-04-04 20:02:34 -04:00
{
"apps": [
{
"arg1": "my_app",
"arg2": "99999",
"arg3": "hello",
"arg4": "/1"
},
{
"arg1": "my_app2",
"arg2": "9999",
"arg3": "hello",
"arg4": "/1"
}
]
}