Files
petwash/PetWash.Api/appsettings.json

13 lines
222 B
JSON
Raw Normal View History

2026-02-25 15:41:00 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Data Source=petwash.db"
}
}