HKC_Blazor/MasaBlazorApp3/appsettings.json

43 lines
964 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"connectionStrings": "server=127.0.0.1;port=3306;database=hkcdb;userid=root;password=qq1223;Charset=utf8mb4;",
"finger": {
"ip": "192.168.50.59",
"port": 4370,
"type": 2
},
"setting": {
"machineId": "DM1",
"storage": 1,
"loginMode": 2,
"opFirst": true,
//自动退出登录时间,单位秒0不自动退出
"autoOutLog": 0,
"boxMachineId": "DM5"
},
"port": {
"drawerPortPath": "COM2",
"drawerProtocol": 485,
"scanCodePortPath": "COM1",
"canBusPortPath": "COM31",
"canBusExsit": true,
"doorAddr": 0,
"storageBoxAddr": 0,
"fridgePortExist": false,
"fridgePortPath": "COM3"
},
"drawer": {
"single": [ 3 ],
"weigh": [ 4 ],
"box": [ 4 ],
"label": [ 4 ]
},
"fridge": {
//冰箱温度区间
"temperatureRange": "2-8",
//冰箱状态1关闭0打开
"fridgeState": 0,
//冰箱报警状态1关闭0打开
"alertState": 0
}
}