35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			35 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://air.cnemc.cn:18007/CityData/GetAQIDataPublishLiveInfo?cityCode=110000", //首页设备在线API地址
 | 
						|
    "AlertUrl": "https://air.cnemc.cn:18007/CityData/GetAQIDataPublishLiveInfo?cityCode=110000", //首页设报警API地址
 | 
						|
    "DeviceList": "https://air.cnemc.cn:18007/CityData/GetAQIDataPublishLiveInfo?cityCode=110000", //环境治理 API地址
 | 
						|
    "DeviceInfo": "https://air.cnemc.cn:18007/CityData/GetAQIDataPublishLiveInfo?cityCode=110000" //设备明细 API地址
 | 
						|
 | 
						|
  },
 | 
						|
  "Home": {
 | 
						|
    "Title": "鄂托克旗新航焦化有限公司",
 | 
						|
    "Center": {
 | 
						|
      "lat": 39.4716613,
 | 
						|
      "lon": 107.1413332
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |