Adatepd appsettings-Files

This commit is contained in:
Giuseppe D’Ettorre
2026-07-09 17:18:21 +02:00
parent 0e5d5c2a17
commit f2a1efc807
4 changed files with 17 additions and 10 deletions
+5 -2
View File
@@ -1,9 +1,12 @@
{
"DetailedErrors": true,
"ConnectionStrings": {
"RazorPagesMovieContext": "Server=(localdb)\\mssqllocaldb;Database=RazorPagesMovieContext-bc;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Default": "Debug",
"Microsoft.AspNetCore": "Information"
}
}
}