Files
petwash/PetWash.Api/appsettings.json
2026-02-25 15:41:00 +08:00

13 lines
222 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Data Source=petwash.db"
}
}