Create Socket

This commit is contained in:
2021-05-28 20:51:55 +05:00
parent 7691014c41
commit b95cb0f504
193 changed files with 713 additions and 1153 deletions

View File

@@ -2,13 +2,15 @@
"servers": [
{
"name": "STP 1",
"address": "10.10.45.151:1070",
"archive": "Y:\\data"
"ip": "10.10.45.151",
"port": 1070,
"dir": "Y:\\data"
},
{
"name": "STP 2",
"address": "10.10.45.152:1070",
"archive": "Z:\\data"
"ip": "10.10.45.152",
"port": 1070,
"dir": "Z:\\data"
}
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.