Files
petwash/PetWash.Api/appsettings.Production.json
2026-03-03 16:49:57 +08:00

12 lines
223 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"AllowedHosts": "*",
"DatabaseProvider": "MySql"
}