feixian_weifajianguan/OpenAuth.WebApi/appsettings.Development.json

12 lines
242 B
JSON
Raw Normal View History

2026-02-03 16:00:02 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Error",
"Microsoft": "Error",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
}
},
"ImgServer": "http://192.168.10.125:9011"
}