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