Files
aviq-second-boilerplate/BethanysPieShopHRM.Api/bin/Debug/net10.0/appsettings.json
T
2026-03-22 00:29:34 +01:00

13 lines
219 B
JSON

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