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.

35 lines
1.0 KiB
JSON

4 months ago
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"AppConfig": {
"logPath": "F:\\桌面\\赛轮智慧热电项目\\日志信息",
"visibleRangePath": "F:\\桌面\\赛轮智慧热电项目\\日志信息\\可见光图像",
"infraredImagePath": "F:\\桌面\\赛轮智慧热电项目\\日志信息\\红外热成像",
"videoFilePath": "F:\\桌面\\赛轮智慧热电项目\\日志信息\\巡检录像",
4 months ago
"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"
4 months ago
}
],
"PlcConfig": [
{
"configId": 1,
"plcType": "SiemensPlc",
4 months ago
"plcIp": "127.0.0.1",
"plcPort": 102,
"plcKey": "iot",
"isFlage": "true"
4 months ago
}
],
"redisConfig": "175.27.215.92:6379,password=redis@2023"
}
}