颐和api

launchSettings.json 1.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:58125/",
  7. "sslPort": 0
  8. }
  9. },
  10. "profiles": {
  11. "IIS Express": {
  12. "commandName": "IISExpress",
  13. "launchBrowser": true,
  14. "launchUrl": "api/info",
  15. "environmentVariables": {
  16. "ASPNETCORE_ENVIRONMENT": "Development"
  17. }
  18. },
  19. "WorkOrderApi(Dev)": {
  20. "commandName": "Project",
  21. "launchBrowser": true,
  22. "launchUrl": "api/info",
  23. "environmentVariables": {
  24. "ASPNETCORE_ENVIRONMENT": "Development"
  25. },
  26. "applicationUrl": "http://localhost:28310/"
  27. },
  28. "WorkOrderApi(DevBase)": {
  29. "commandName": "Project",
  30. "launchBrowser": true,
  31. "launchUrl": "api/info",
  32. "environmentVariables": {
  33. "ASPNETCORE_ENVIRONMENT": "Development_Base"
  34. },
  35. "applicationUrl": "http://localhost:28310/"
  36. }
  37. //"WorkOrderApi(Prod)": {
  38. // "commandName": "Project",
  39. // "launchBrowser": true,
  40. // "launchUrl": "api/info",
  41. // "environmentVariables": {
  42. // "ASPNETCORE_ENVIRONMENT": "Production"
  43. // },
  44. // "applicationUrl": "http://localhost:28310/"
  45. //}
  46. }
  47. }