Files
petwash/PetWash.Api/appsettings.Production.json

12 lines
223 B
JSON
Raw Normal View History

2026-03-03 16:49:57 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"AllowedHosts": "*",
"DatabaseProvider": "MySql"
}