18 lines
411 B
JSON
18 lines
411 B
JSON
{
|
|
"profiles": {
|
|
"WebSPA": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "http://localhost:5104"
|
|
},
|
|
"Docker": {
|
|
"commandName": "Docker",
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
|
"publishAllPorts": true
|
|
}
|
|
}
|
|
} |