launchSettings.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "iisSettings": {
  3. "iisExpress": {
  4. "applicationUrl": "http://localhost:34785",
  5. "sslPort": 44324
  6. }
  7. },
  8. "profiles": {
  9. "http": {
  10. "commandName": "Project",
  11. "dotnetRunMessages": true,
  12. "launchBrowser": true,
  13. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
  14. "applicationUrl": "http://localhost:5236",
  15. "environmentVariables": {
  16. "ASPNETCORE_ENVIRONMENT": "Development"
  17. }
  18. },
  19. "https": {
  20. "commandName": "Project",
  21. "dotnetRunMessages": true,
  22. "launchBrowser": true,
  23. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
  24. "applicationUrl": "https://localhost:7012;http://localhost:5236",
  25. "environmentVariables": {
  26. "ASPNETCORE_ENVIRONMENT": "Development"
  27. }
  28. },
  29. "IIS Express": {
  30. "commandName": "IISExpress",
  31. "launchBrowser": true,
  32. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
  33. "environmentVariables": {
  34. "ASPNETCORE_ENVIRONMENT": "Development"
  35. }
  36. }
  37. }
  38. }