36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"MongoDBConn": "mongodb://admin:adminn@101.43.201.20:8017",
|
|
"DBName": "lg"
|
|
},
|
|
"Redis": {
|
|
"Server": "101.43.201.20:6379,password=Aa123,abortConnect =false",
|
|
"Key": "tdss",
|
|
"Index": 5
|
|
},
|
|
"Weather": "https://weather.cma.cn/api/now/54511", //天气预报地址,中国气象
|
|
"AirQuality": "https://air.cnemc.cn:18007/CityData/GetAQIDataPublishLiveInfo?cityCode=110000", //空气质量API地址
|
|
"Apis": {
|
|
"RateUrl": "https://mock.apipark.cn/m1/4687001-0-default/DustApi/DeviceOnlineRate", //首页设备在线率API地址
|
|
"AlertUrl": "https://mock.apipark.cn/m1/4687001-0-default/DustApi/DeviceHistoryAlarm", //首页设报警API地址
|
|
"DeviceList": "https://mock.apipark.cn/m1/4687001-0-default/DustApi/GetDeviceList", //环境治理 API地址
|
|
"DeviceStatu": "https://mock.apipark.cn/m1/4687001-0-default/DustApi/GetDeviceStatu" //设备明细 API地址
|
|
|
|
},
|
|
"Home": {
|
|
"Title": "鄂托克旗新航焦化有限公司",
|
|
"Center": {
|
|
"lat": 39.4716613,
|
|
"lon": 107.1413332
|
|
}
|
|
},
|
|
"BatchId": 30 //批次号间隔时间30分钟
|
|
}
|