You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

launchSettings.json 1.6 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "profiles": {
  3. "https": {
  4. "commandName": "Project",
  5. "launchBrowser": true,
  6. "dotnetRunMessages": true,
  7. "applicationUrl": "https://localhost:15887;http://localhost:15888",
  8. "environmentVariables": {
  9. "ASPNETCORE_ENVIRONMENT": "Development",
  10. "DOTNET_ENVIRONMENT": "Development",
  11. //"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:16037",
  12. "DOTNET_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "https://localhost:16038",
  13. "DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:17037",
  14. "DOTNET_ASPIRE_SHOW_DASHBOARD_RESOURCES": "true"
  15. }
  16. },
  17. "http": {
  18. "commandName": "Project",
  19. "launchBrowser": true,
  20. "dotnetRunMessages": true,
  21. "applicationUrl": "http://localhost:15888",
  22. "environmentVariables": {
  23. "ASPNETCORE_ENVIRONMENT": "Development",
  24. "DOTNET_ENVIRONMENT": "Development",
  25. //"DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:16031",
  26. "DOTNET_DASHBOARD_OTLP_HTTP_ENDPOINT_URL": "http://localhost:16032",
  27. "DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:17031",
  28. "DOTNET_ASPIRE_SHOW_DASHBOARD_RESOURCES": "true",
  29. "ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true"
  30. }
  31. },
  32. "generate-manifest": {
  33. "commandName": "Project",
  34. "dotnetRunMessages": true,
  35. "commandLineArgs": "--publisher manifest --output-path aspire-manifest.json",
  36. "environmentVariables": {
  37. "ASPNETCORE_ENVIRONMENT": "Development",
  38. "DOTNET_ENVIRONMENT": "Development"
  39. }
  40. }
  41. },
  42. "$schema": "https://json.schemastore.org/launchsettings.json"
  43. }