{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "AppConfig": { "logPath": "E:\\桌面\\SlnMesnac\\SlnMesnac.WPF\\bin\\Debug\\net6.0-windows", "listernPort":5000, "storeCode":"FDK-001", "SqlConfig": [ { "configId": "mes", "dbType": 3, //"connStr": "Data Source=10.100.72.20/ORCLCDB;User ID=c##aucma_mes;Password=aucma", "connStr": "Data Source=175.27.215.92/helowin;User ID=aucma_mes;Password=aucma" }, { "configId": "scada", "dbType": 3, "connStr": "Data Source=175.27.215.92/helowin;User ID=aucma_scada;Password=aucma" } ], "PlcConfig": [ { "configId": 1, "plcType": "MelsecBinaryPlc", "plcIp": "127.0.0.1", "plcPort": 6000, "plcKey": "cpk", "isFlage": true }, { "configId": 2, "plcType": "MelsecBinaryPlc", "plcIp": "127.0.0.1", "plcPort": 6000, "plcKey": "cwss", "isFlage": false } ], "RfidConfig": [ { "configId": 1, "equipIp": "127.0.0.1", "equipPort": 6000, "equipKey": "test1", "isFlage": false }, { "configId": 2, "equipIp": "127.0.0.1", "equipPort": 6009, "equipKey": "test2", "isFlage": false } ] } }