launchSettings.json 819 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": true,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:53775/",
  7. "sslPort": 44358
  8. }
  9. },
  10. "profiles": {
  11. "IIS Express": {
  12. "commandName": "IISExpress",
  13. "launchBrowser": true,
  14. "environmentVariables": {
  15. "ASPNETCORE_ENVIRONMENT": "Development"
  16. },
  17. "nativeDebugging": false,
  18. "jsWebView2Debugging": false,
  19. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
  20. },
  21. "WSL": {
  22. "commandName": "WSL2",
  23. "distributionName": ""
  24. },
  25. "wispro.sp.web": {
  26. "commandName": "Project",
  27. "launchBrowser": true,
  28. "nativeDebugging": false,
  29. "jsWebView2Debugging": true
  30. }
  31. }
  32. }