HKC_Blazor/MasaBlazorApp3/appsettings.json

32 lines
678 B
JSON
Raw Normal View History

2025-04-18 11:01:56 +08:00
{
"connectionStrings": "server=127.0.0.1;port=3306;database=hkcdb;userid=root;password=root;Charset=utf8mb4;",
"finger": {
"ip": "192.168.50.201",
"port": 4370,
"type": 2
},
"setting": {
"machineId": "DM1",
"storage": null,
2025-05-20 11:17:07 +08:00
"loginMode": 2,
2025-04-18 11:01:56 +08:00
"opFirst": true,
//自动退出登录时间,单位秒0不自动退出
"autoOutLog": 0
},
"port": {
"drawerPortPath": "COM1",
"drawerProtocol": 485,
"scanCodePortPath": "COM8",
2025-05-20 11:17:07 +08:00
"canBusPortPath": "COM31",
2025-04-18 11:01:56 +08:00
"canBusExsit": true,
"doorAddr": 0,
"storageBoxAddr": 0
},
"drawer": {
"single": [ 3 ],
2025-05-20 11:17:07 +08:00
"weigh": [4],
"box": [4],
"label": [4]
2025-04-18 11:01:56 +08:00
}
}