/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Middleware/RequestDecompression/sample/Properties/launchsettings.json
27 строк
684 B
David Acker
Add Request Decompression middleware (#40279)
04 июн 2022, 01:22
Не верифицирован
04 июн 2022, 01:22
d5a539f
Код
Авторство
О чём код?
{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:6164/", "sslPort": 0 } }, "profiles": { "RequestDecompressionSample": { "commandName": "Project", "launchBrowser": true, "launchUrl": "http://localhost:5000/", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }