HKC_Blazor/MasaBlazorApp3/appsettings.json

32 lines
675 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,
"loginMode": 1,
"opFirst": true,
//自动退出登录时间,单位秒0不自动退出
"autoOutLog": 0
},
"port": {
"drawerPortPath": "COM1",
"drawerProtocol": 485,
"scanCodePortPath": "COM8",
"canBusPortPath": "COM5",
"canBusExsit": true,
"doorAddr": 0,
"storageBoxAddr": 0
},
"drawer": {
"single": [ 3 ],
"weigh": [1],
"box": [],
"label": []
}
}