Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

38 linhas
1002 B

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