HKC_Blazor/MasaBlazorApp3/appsettings.json

43 lines
964 B
JSON
Raw Normal View History

2025-04-18 11:01:56 +08:00
{
2025-06-27 09:54:42 +08:00
"connectionStrings": "server=127.0.0.1;port=3306;database=hkcdb;userid=root;password=qq1223;Charset=utf8mb4;",
2025-04-18 11:01:56 +08:00
"finger": {
2025-06-27 09:54:42 +08:00
"ip": "192.168.50.59",
2025-04-18 11:01:56 +08:00
"port": 4370,
"type": 2
},
"setting": {
"machineId": "DM1",
2025-05-28 14:48:38 +08:00
"storage": 1,
"loginMode": 1,
2025-04-18 11:01:56 +08:00
"opFirst": true,
//自动退出登录时间,单位秒0不自动退出
2025-06-24 08:55:34 +08:00
"autoOutLog": 0,
"boxMachineId": "DM5"
2025-04-18 11:01:56 +08:00
},
"port": {
2025-06-27 09:54:42 +08:00
"drawerPortPath": "COM2",
2025-04-18 11:01:56 +08:00
"drawerProtocol": 485,
2025-06-27 09:54:42 +08:00
"scanCodePortPath": "COM1",
2025-05-20 11:17:07 +08:00
"canBusPortPath": "COM31",
2025-04-18 11:01:56 +08:00
"canBusExsit": true,
"doorAddr": 0,
2025-06-24 08:55:34 +08:00
"storageBoxAddr": 0,
"fridgePortExist": false,
"fridgePortPath": "COM3"
2025-04-18 11:01:56 +08:00
},
"drawer": {
"single": [ 3 ],
2025-06-24 08:55:34 +08:00
"weigh": [ 4 ],
"box": [ 4 ],
"label": [ 4 ]
},
"fridge": {
//冰箱温度区间
"temperatureRange": "2-8",
//冰箱状态1关闭0打开
"fridgeState": 0,
//冰箱报警状态1关闭0打开
"alertState": 0
2025-04-18 11:01:56 +08:00
}
}