work 1
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user