AspNetCore.Docs/aspnetcore/includes/RP/code/appsettings.Development.json

13 lines
243 B
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"MovieContext": "Data Source=MvcMovie.db"
}
}