generated from wenjy/SlnMesnac
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
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"AppConfig": {
|
|
"logPath": "F:\\桌面\\赛轮智慧热电项目\\日志信息",
|
|
"visibleRangePath": "F:\\桌面\\赛轮智慧热电项目\\日志信息\\可见光图像",
|
|
"infraredImagePath": "F:\\桌面\\赛轮智慧热电项目\\日志信息\\红外热成像",
|
|
"videoFilePath": "F:\\桌面\\赛轮智慧热电项目\\日志信息\\巡检录像",
|
|
"checkCycle": 5,
|
|
"SqlConfig": [
|
|
{
|
|
"configId": "iot",
|
|
"dbType": 0,
|
|
"connStr": "Data Source=175.27.215.92;Port=3306;Initial Catalog=iot_smarthotspot;uid=root;pwd=haiwei@123;Charset=utf8mb4;SslMode=none"
|
|
}
|
|
],
|
|
"PlcConfig": [
|
|
{
|
|
"configId": 1,
|
|
"plcType": "SiemensPlc",
|
|
"plcIp": "127.0.0.1",
|
|
"plcPort": 102,
|
|
"plcKey": "iot",
|
|
"isFlage": "true"
|
|
}
|
|
],
|
|
"redisConfig": "175.27.215.92:6379,password=redis@2023"
|
|
}
|
|
}
|