/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Middleware/ResponseCompression/sample/Properties/launchSettings.json
27 строк
631 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:6164/", "sslPort": 0 } }, "profiles": { "ResponseCompressionSample": { "commandName": "Project", "launchBrowser": true, "launchUrl": "http://localhost:5000/", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }