device-docking/海康/明眸门禁/ISUPSDK_DEMO_ACS/resources/conf/SdkCms/PutPicServerParam.json
2023-09-15 17:26:23 +08:00

23 lines
610 B
JSON
Executable File

{
"PictureServerInformation": {
"pictureServerType": "cloudStorage",
"addressingFormatType": "ipaddress",
"hostName": "",
"ipv4Address": "192.168.2.250",
"ipv6Address": "0",
"portNo": 6011,
"cloudStorage": {
"cloudManageHttpPort": 6011,
"cloudTransDataPort": 6011,
"cloudCmdPort": 6011,
"cloudHeartBeatPort": 6011,
"cloudStorageHttpPort": 6011,
"cloudUsername": "test",
"cloudPassword": "12345",
"cloudPoolId": 1,
"clouldProtocolVersion": "cloud2",
"clouldAccessKey": "test",
"clouldSecretKey": "12345"
}
}
}