You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.2 KiB
39 lines
1.2 KiB
2 years ago
|
{
|
||
|
"iisSettings": {
|
||
|
"iisExpress": {
|
||
|
"applicationUrl": "http://localhost:30375",
|
||
|
"sslPort": 44321
|
||
|
}
|
||
|
},
|
||
|
"profiles": {
|
||
|
"http": {
|
||
|
"commandName": "Project",
|
||
|
"dotnetRunMessages": true,
|
||
|
"launchBrowser": true,
|
||
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
|
||
|
"applicationUrl": "http://localhost:5035",
|
||
|
"environmentVariables": {
|
||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||
|
}
|
||
|
},
|
||
|
"https": {
|
||
|
"commandName": "Project",
|
||
|
"dotnetRunMessages": true,
|
||
|
"launchBrowser": true,
|
||
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
|
||
|
"applicationUrl": "https://localhost:0;http://localhost:5035",
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|