2023-07-24 16:28:09 +03:30
|
|
|
{
|
|
|
|
|
"profiles": {
|
|
|
|
|
"http": {
|
|
|
|
|
"commandName": "Project",
|
2023-12-07 17:58:06 +03:30
|
|
|
"launchBrowser": true,
|
|
|
|
|
"hotReloadProfile": "aspnetcore",
|
2023-07-24 16:28:09 +03:30
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
},
|
|
|
|
|
"dotnetRunMessages": true,
|
|
|
|
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
|
|
|
|
|
"applicationUrl": "http://localhost:40927"
|
|
|
|
|
},
|
|
|
|
|
"IIS Express": {
|
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
|
"launchBrowser": true,
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
|
},
|
|
|
|
|
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
|
|
|
|
|
},
|
|
|
|
|
"WSL": {
|
|
|
|
|
"commandName": "WSL2",
|
|
|
|
|
"launchUrl": "http://localhost:40927",
|
|
|
|
|
"environmentVariables": {
|
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
|
|
|
"ASPNETCORE_URLS": "http://localhost:40927"
|
|
|
|
|
},
|
|
|
|
|
"distributionName": ""
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"iisSettings": {
|
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
|
"iisExpress": {
|
|
|
|
|
"applicationUrl": "http://localhost:40927",
|
|
|
|
|
"sslPort": 0
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|