Browse Source

add missing launch settings.

pull/9658/head
Dan Walmsley 4 years ago
parent
commit
42fa1c2377
  1. 13
      samples/ControlCatalog.Browser/Properties/launchSettings.json

13
samples/ControlCatalog.Browser/Properties/launchSettings.json

@ -0,0 +1,13 @@
{
"profiles": {
"ControlCatalog.Browser": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/debug?browser={browserInspectUri}"
}
}
}
Loading…
Cancel
Save