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

55 lines
1.6 KiB

  1. {
  2. "profiles": {
  3. "http": {
  4. "commandName": "Project",
  5. "launchBrowser": true,
  6. "launchUrl": "swagger",
  7. "environmentVariables": {
  8. "ASPNETCORE_ENVIRONMENT": "Development",
  9. "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
  10. },
  11. "dotnetRunMessages": true,
  12. "applicationUrl": "http://localhost:5188"
  13. },
  14. "https": {
  15. "commandName": "Project",
  16. "launchBrowser": true,
  17. "launchUrl": "swagger",
  18. "environmentVariables": {
  19. "ASPNETCORE_ENVIRONMENT": "Development",
  20. "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
  21. },
  22. "dotnetRunMessages": true,
  23. "applicationUrl": "https://localhost:7223;http://localhost:5188"
  24. },
  25. "IIS Express": {
  26. "commandName": "IISExpress",
  27. "launchBrowser": true,
  28. "launchUrl": "swagger",
  29. "environmentVariables": {
  30. "ASPNETCORE_ENVIRONMENT": "Development",
  31. "ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.SpaProxy"
  32. }
  33. },
  34. "Container (Dockerfile)": {
  35. "commandName": "Docker",
  36. "launchBrowser": true,
  37. "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
  38. "environmentVariables": {
  39. "ASPNETCORE_HTTPS_PORTS": "8081",
  40. "ASPNETCORE_HTTP_PORTS": "8080"
  41. },
  42. "publishAllPorts": true,
  43. "useSSL": true
  44. }
  45. },
  46. "$schema": "http://json.schemastore.org/launchsettings.json",
  47. "iisSettings": {
  48. "windowsAuthentication": false,
  49. "anonymousAuthentication": true,
  50. "iisExpress": {
  51. "applicationUrl": "http://localhost:22279",
  52. "sslPort": 44347
  53. }
  54. }
  55. }