HKC_Blazor/MasaBlazorApp3/appsettings.json

48 lines
1.1 KiB
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=zhongbuzhanqu;userid=root;password=qq1223;Charset=utf8mb4;",
"finger": {
"ip": "192.168.50.59",
"port": 4370,
"type": 2
},
"setting": {
"machineId": "DM1",
//药房代码,有则写无则空
"storage": 249,
"loginMode": 1,
"opFirst": true,
//自动退出登录时间,单位秒0不自动退出
"autoOutLog": 0,
"boxMachineId": "DM5"
},
"port": {
"drawerPortPath": "COM2",
"drawerProtocol": 485,
"scanCodePortPath": "COM1",
"canBusExsit": true,
"canBusPortPath": "COM31",
"totalDrawerCount": 16,
"canBusTwoExsit": true,
//第二个can总线端口
"canBusPortPathTwo": "COM5",
"doorAddr": 0,
"storageBoxAddr": 0,
"fridgePortExist": false,
"fridgePortPath": "COM3"
},
"drawer": {
"single": [ 1 ],
"weigh": [ 4 ],
"box": [ 4 ],
"label": [ 4 ]
},
"fridge": {
//冰箱温度区间
"temperatureRange": "2-8",
//冰箱状态1关闭0打开
"fridgeState": 0,
//冰箱报警状态1关闭0打开
"alertState": 0
}
}