Add HostFiltering configuration to templates

Commit migrated from dotnet/aspnetcore@f25f411b68
This commit is contained in:
Chris Ross (ASP.NET) 2018-03-19 10:59:43 -07:00
Родитель 794bbdb396
Коммит f85e9ca96f
3 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -3,5 +3,6 @@
"LogLevel": {
"Default": "Warning"
}
}
},
"AllowedHosts": [ "*" ]
}

Просмотреть файл

@ -3,5 +3,6 @@
"LogLevel": {
"Default": "Warning"
}
}
},
"AllowedHosts": [ "*" ]
}

Просмотреть файл

@ -3,5 +3,6 @@
"LogLevel": {
"Default": "Warning"
}
}
},
"AllowedHosts": [ "*" ]
}