LASAPlatform/OpenAuth.WebApi/appsettings.Development.json

12 lines
221 B
JSON
Raw Normal View History

2025-04-23 09:19:29 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Error",
"Microsoft": "Error",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
}
2025-06-13 08:56:22 +08:00
},
"WpmlDir": "d:/wpml"
2025-04-23 09:19:29 +08:00
}