/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Middleware/HttpOverrides/sample/Properties/launchSettings.json
25 строк
531 B
Shreyas Jejurkar
Changed default server for samples from IIS Express to Kestrel (#29517)
24 янв 2021, 22:37
Не верифицирован
24 янв 2021, 22:37
2e79de8
Код
Авторство
О чём код?
{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:1658/", "sslPort": 0 } }, "profiles": { "web": { "commandName": "web", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }