Changed to reflect default json file (#9215)

While going through [this topic](https://docs.microsoft.com/en-us/aspnet/core/tutorials/razor-pages-vsc/model?view=aspnetcore-2.1), I noticed that the *appsettings.json* file that is shipped with the template is different now. I updated it. With the change, the highlighted lines do not change - a nice surprise.
pull/9224/head
Dave Brock 2018-10-25 14:19:06 -05:00 committed by Scott Addie
parent ca299155ca
commit 66119b9a1d
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MovieContext": "Data Source=MvcMovie.db"
}