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.

40 linhas
1.0KB

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