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.
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
//mysql 本地
|
|
//"DefaultConnection": "server=106.12.13.113;port=3306;database=khd_jyhb;uid=root;pwd=root;charset='utf8';persistsecurityinfo=True;SslMode=none;Allow User Variables=True"
|
|
//khd服务器
|
|
"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=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=localhost;port=3306;database=jyhb;uid=root;pwd=root;charset='utf8';persistsecurityinfo=True;SslMode=None;Allow User Variables=True"
|
|
},
|
|
"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
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
"ThriftConfig": {
|
|
"ThriftIpAddress": "127.0.0.1",
|
|
"JiesShouDuanKou": 9092,
|
|
"TuiSongDuankou": 9094,
|
|
"upsite": "k48"
|
|
},
|
|
"FlagConfig": {
|
|
"UpFlagNum": 1
|
|
}
|
|
}
|