2023-04-15 13:40:46 +00:00
|
|
|
{
|
|
|
|
"profiles": {
|
|
|
|
"http": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
"dotnetRunMessages": true,
|
2023-11-17 21:08:03 +00:00
|
|
|
"applicationUrl": "http://localhost:8080"
|
2023-04-15 13:40:46 +00:00
|
|
|
},
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Docker": {
|
|
|
|
"commandName": "Docker",
|
|
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
2023-11-17 21:08:03 +00:00
|
|
|
"environmentVariables": {
|
2024-03-29 18:51:26 +00:00
|
|
|
"ASPNETCORE_HTTP_PORTS": "8080",
|
|
|
|
"JSI_CUSTOMIZATION__GENERATEDIDLENGTH": "12"
|
2023-11-17 21:08:03 +00:00
|
|
|
},
|
2023-04-15 13:40:46 +00:00
|
|
|
"publishAllPorts": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"iisSettings": {
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
|
|
|
"applicationUrl": "http://localhost:47783",
|
|
|
|
"sslPort": 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|