You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

launchSettings.json 1.0KB

6 maanden geleden
12345678910111213141516171819202122232425262728293031323334353637383940
  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. }