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

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"AppConfig": {
2 months ago
"logPath": "D:\\iMES\\S130-2\\net6.0-windows\\log",
"SqlConfig": [
{
"configId": "mes",
2 months ago
"dbType": 0,
2 months ago
"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"
2 months ago
},
{
"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"
2 months ago
}
],
"PlcConfig": [
{
"configId": 1,
2 months ago
"plcType": "OmronNJPlc",
"plcIp": "192.168.0.120",
//"plcIp": "127.0.0.1",
"plcPort": 6000,
2 months ago
"plcKey": "plc",
"isFlage": true
}
2 months ago
],
"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",
2 months ago
"StationCode": "S130-2"
//"StationCode": "A20"
}
}