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.

36 lines
902 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"AppConfig": {
"logPath": "E:/桌面/杜肯密炼MES项目/程序设计/Durk.SlnMesnac/SlnMesnac/bin/Debug/net6.0",
"mcsOpenAddr": "D75367",
"cwssOpenAddr": "DB122",
"SqlConfig": [
{
"configId": "mcs",
"dbType": 1,
"connStr": "server=10.168.205.73,1433;uid=dkmes;pwd=Duken123;database=mesnac_MCS_ShareDB"
},
{
"configId": "wms",
"dbType": 1,
"connStr": "server=10.168.205.31,1433;uid=dk_mes;pwd=dk_mes;database=gzdk_interaction_mes"
}
],
"PlcConfig": [
{
"configId": 1,
"plcType": "MelsecBinaryPlc",
"plcIp": "192.168.1.71",
"plcPort": 6000,
"plcKey": "mcs"
}
]
}
}