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
+8 -2
View File
@@ -1,5 +1,11 @@
{
{
"ConnectionStrings": {
"RazorPagesMovieContext": "Server=sqlserver,1433;Database=RazorPagesMovieContext;User Id=sa;Password=YourPassword123!;TrustServerCertificate=True"
},
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft.AspNetCore": "Warning"
}
}
}
}