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.
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"AppConfig": {
|
|
"logPath": "D:\\iMES\\S130-2\\net6.0-windows\\log",
|
|
"SqlConfig": [
|
|
{
|
|
"configId": "mes",
|
|
"dbType": 0,
|
|
"connStr": "Data Source=192.168.0.251;Port=3306;Initial Catalog=db_iems_sed;uid=root;pwd=123456;Charset=utf8mb4;SslMode=none;Connect Timeout=100"
|
|
},
|
|
{
|
|
"configId": "local",
|
|
"dbType": 0,
|
|
"connStr": "Data Source=192.168.0.251;Port=3306;Initial Catalog=backup;uid=root;pwd=123456;Charset=utf8mb4;SslMode=none;Connect Timeout=100"
|
|
}
|
|
],
|
|
"PlcConfig": [
|
|
{
|
|
"configId": 1,
|
|
"plcType": "OmronNJPlc",
|
|
"plcIp": "192.168.0.120",
|
|
//"plcIp": "127.0.0.1",
|
|
"plcPort": 6000,
|
|
"plcKey": "plc",
|
|
"isFlage": true
|
|
}
|
|
|
|
],
|
|
"RfidConfig": [
|
|
{
|
|
"configId": 1,
|
|
"equipIp": "127.0.0.1",
|
|
"equipPort": 6003,
|
|
"equipKey": "test1",
|
|
"isFlage": true
|
|
},
|
|
{
|
|
"configId": 2,
|
|
"equipIp": "127.0.0.1",
|
|
"equipPort": 6004,
|
|
"equipKey": "test2",
|
|
"isFlage": true
|
|
}
|
|
],
|
|
"redisConfig": "175.27.215.92:6379,password=redis@2023",
|
|
|
|
"StationCode": "S130-2"
|
|
//"StationCode": "A20"
|
|
}
|
|
}
|