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.
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
//"DefaultConnection": "server=106.12.13.113;port=3336;database=khd_jyhb;uid=khd;pwd=khd@123;charset='utf8';persistsecurityinfo=True;SslMode=none;Allow User Variables=True",
|
|
"DefaultConnection": "server=172.16.12.100;port=3306;database=hwjy-cloud;uid=kehaida;pwd=khdrkjy2024...;charset='utf8';persistsecurityinfo=True;SslMode=None;Allow User Variables=True"
|
|
//"DefaultConnection": "server=localhost;port=3306;database=jyhb;uid=root;pwd=root;charset='utf8';persistsecurityinfo=True;SslMode=None;Allow User Variables=True"
|
|
//"DefaultConnection": "server=175.27.215.92;port=3306;database=hwjy-cloud;uid=kehaida;pwd=khd2024;charset='utf8';persistsecurityinfo=True;SslMode=None;Allow User Variables=True"
|
|
},
|
|
"DeleteLogDays": 10,//删除日志的时间间隔,单位:天
|
|
"PlcConfigs": [
|
|
{
|
|
"IP": "192.168.2.30",
|
|
"Port": 102, //102是默认端口
|
|
"CpuType": 40,
|
|
"Rack": 0,
|
|
"Slot": 1,
|
|
"Code": 0
|
|
}, //提升机,接驳位
|
|
{
|
|
"IP": "192.168.2.31",
|
|
"Port": 102, //102是默认端口
|
|
"CpuType": 40,
|
|
"Rack": 0,
|
|
"Slot": 1,
|
|
"Code": 1
|
|
}, //U型线
|
|
{
|
|
"IP": "192.168.2.220",
|
|
"Port": 102, //102是默认端口
|
|
"CpuType": 40,
|
|
"Rack": 0,
|
|
"Slot": 1,
|
|
"Code": 2
|
|
} //二楼三楼设备,陈工提供。
|
|
],
|
|
"PLCSetting": {
|
|
"Mode": "0",
|
|
"EquipCode": "H61,H62,H63",
|
|
"Interval": "2000",
|
|
"AutoStart": "0",
|
|
"WaitTime": "60000",
|
|
"SiteCode": "999"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Error",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
}
|