Remove IIS profile

This commit is contained in:
Ivan Yaremenchuk 2022-03-31 20:19:12 +02:00
parent a279359543
commit 463672c22b
1 changed files with 0 additions and 16 deletions

View File

@ -1,12 +1,4 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:33231",
"sslPort": 44349
}
},
"profiles": {
"NftFaucet": {
"commandName": "Project",
@ -17,14 +9,6 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}