lg_backend/langguanApi/appsettings.json

27 lines
607 B
JSON
Raw Permalink Normal View History

2024-05-20 14:56:49 +00:00
{
"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", //天气预报地址,中国气象
"Home": {
"Title": "鄂托克旗新航焦化有限公司",
"Center": {
"lat": 39.4716613,
"lon": 107.1413332
}
}
}