launchSettings.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:31374",
  7. "sslPort": 0
  8. }
  9. },
  10. "profiles": {
  11. "SimpleWebChat.BlazorWasm": {
  12. "commandName": "Project",
  13. "dotnetRunMessages": true,
  14. "launchBrowser": true,
  15. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
  16. "applicationUrl": "http://localhost:5230",
  17. "environmentVariables": {
  18. "ASPNETCORE_ENVIRONMENT": "Development"
  19. }
  20. },
  21. "HotLoad": {
  22. "commandName": "Executable",
  23. "executablePath": "dotnet",
  24. "commandLineArgs": "watch",
  25. "workingDirectory": ".",
  26. "environmentVariables": {
  27. "DOTNET_WATCH_SUPPRESS_LAUNCH_BROWSER": "1"
  28. }
  29. },
  30. "IIS Express": {
  31. "commandName": "IISExpress",
  32. "launchBrowser": true,
  33. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
  34. "environmentVariables": {
  35. "ASPNETCORE_ENVIRONMENT": "Development"
  36. }
  37. }
  38. }
  39. }