28 lines
727 B
JSON
28 lines
727 B
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地址
|
|
"Home": {
|
|
"Title": "鄂托克旗新航焦化有限公司",
|
|
"Center": {
|
|
"lat": 39.4716613,
|
|
"lon": 107.1413332
|
|
}
|
|
}
|
|
}
|