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
parent
ca299155ca
commit
66119b9a1d
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
{
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"MovieContext": "Data Source=MvcMovie.db"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue