You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
994 B
JSON

4 months ago
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"AppConfig": {
"logPath": "F:\\桌面\\RFID 展会软件\\程序设计\\RFID.Exhibition\\SlnMesnac.WPF\\bin\\Debug",
4 months ago
"SqlConfig": [
{
"configId": "iot",
"dbType": 0,
"isFlag": true,
"connStr": "server=1.13.177.47;Port=3306;Database=rfid_exhibition;Uid=root;Pwd=Haiwei123456;"
4 months ago
}
],
"RfidConfig": [
4 months ago
{
"configId": 1,
"equipIp": "127.0.0.1",
"equipPort": 11,
"equipKey": "I90",
4 months ago
"isFlage": true
},
{
"configId": 2,
"equipIp": "127.0.0.1",
"equipPort": 11,
"equipKey": "22",
4 months ago
"isFlage": true
},
{
"configId": 3,
4 months ago
"equipIp": "127.0.0.1",
"equipPort": 11,
"equipKey": "I68",
4 months ago
"isFlage": true
}
]
4 months ago
}
}