ASCU_ALL/Release/Test2/Config/config.json

17 lines
238 B
JSON
Raw Normal View History

2021-05-25 23:29:32 +05:00
{
"servers": [
{
"name": "STP 1",
2021-06-05 23:24:07 +05:00
"ip": "10.10.45.151",
"port": 1070,
"dir": "Y:\\data"
2021-05-25 23:29:32 +05:00
},
{
"name": "STP 2",
2021-06-05 23:24:07 +05:00
"ip": "10.10.45.152",
"port": 1070,
"dir": "Z:\\data"
2021-05-25 23:29:32 +05:00
}
]
}