eShopOnContainers/src/Web/WebSPA/Properties/launchSettings.json
David Fowler 7a03550f9b Fixed the spa project
- Clean up the SPA project (removed dead code)
- Fixed URLs in override file
2023-06-15 07:38:29 -07:00

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
}
}
}