launchSettings.json 804 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:5005",
  7. "sslPort": 0
  8. }
  9. },
  10. "profiles": {
  11. "IIS Express": {
  12. "commandName": "IISExpress",
  13. "launchBrowser": true,
  14. "environmentVariables": {
  15. "ASPNETCORE_ENVIRONMENT": "Development"
  16. }
  17. },
  18. "YLShipBuildLandMap.Web": {
  19. "commandName": "Project",
  20. "launchBrowser": true,
  21. "environmentVariables": {
  22. "ASPNETCORE_ENVIRONMENT": "Development"
  23. },
  24. "applicationUrl": "http://localhost:5005"
  25. },
  26. "Docker": {
  27. "commandName": "Docker",
  28. "launchBrowser": true,
  29. "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
  30. "publishAllPorts": true
  31. }
  32. }
  33. }