Files
OnlineShop/AspireOrchestratorEnrollment/PreEnrollmentApp/OnlineShop.ApiService/appsettings.Development.json
T
2026-02-07 12:16:49 +00:00

12 lines
283 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=OnlineShopDb;Trusted_Connection=True;MultipleActiveResultSets=true"
}
}