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.1 kB

1234567891011121314151617181920212223242526272829
  1. {
  2. "$schema": "https://json.schemastore.org/launchsettings.json",
  3. "profiles": {
  4. "https": {
  5. "commandName": "Project",
  6. "dotnetRunMessages": true,
  7. "launchBrowser": true,
  8. "applicationUrl": "https://localhost:17034;http://localhost:15043",
  9. "environmentVariables": {
  10. "ASPNETCORE_ENVIRONMENT": "Development",
  11. "DOTNET_ENVIRONMENT": "Development",
  12. "DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21249",
  13. "DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22030"
  14. }
  15. },
  16. "http": {
  17. "commandName": "Project",
  18. "dotnetRunMessages": true,
  19. "launchBrowser": true,
  20. "applicationUrl": "http://localhost:15043",
  21. "environmentVariables": {
  22. "ASPNETCORE_ENVIRONMENT": "Development",
  23. "DOTNET_ENVIRONMENT": "Development",
  24. "DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19105",
  25. "DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20096"
  26. }
  27. }
  28. }
  29. }