No Description

launchSettings.json 931B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:43012/",
  7. "sslPort": 0
  8. }
  9. },
  10. "$schema": "http://json.schemastore.org/launchsettings.json",
  11. "profiles": {
  12. "IIS Express": {
  13. "commandName": "IISExpress",
  14. "launchBrowser": true,
  15. "launchUrl": "swagger",
  16. "environmentVariables": {
  17. "ASPNETCORE_ENVIRONMENT": "Development"
  18. }
  19. },
  20. "Backend.API": {
  21. "commandName": "Project",
  22. "launchBrowser": true,
  23. "launchUrl": "swagger",
  24. "environmentVariables": {
  25. "ASPNETCORE_ENVIRONMENT": "Development"
  26. },
  27. "applicationUrl": "http://localhost:5000"
  28. },
  29. "Docker (1)": {
  30. "commandName": "Docker",
  31. "launchBrowser": true,
  32. "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
  33. "publishAllPorts": true
  34. }
  35. }
  36. }

Powered by TurnKey Linux.