Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

launchSettings.json 874B

1 rok temu
1234567891011121314151617181920212223242526272829303132
  1. {
  2. "$schema": "https://json.schemastore.org/launchsettings.json",
  3. "iisSettings": {
  4. "windowsAuthentication": false,
  5. "anonymousAuthentication": true,
  6. "iisExpress": {
  7. "applicationUrl": "http://localhost:44512",
  8. "sslPort": 44381
  9. }
  10. },
  11. "profiles": {
  12. "HealthMonitor.WebApi": {
  13. "commandName": "Project",
  14. "dotnetRunMessages": true,
  15. "launchBrowser": true,
  16. // "launchUrl": "swagger",
  17. //"applicationUrl": "https://localhost:7149;http://localhost:5083",
  18. "applicationUrl": "http://localhost:6899",
  19. "environmentVariables": {
  20. "ASPNETCORE_ENVIRONMENT": "Development"
  21. }
  22. },
  23. "IIS Express": {
  24. "commandName": "IISExpress",
  25. "launchBrowser": true,
  26. // "launchUrl": "swagger",
  27. "environmentVariables": {
  28. "ASPNETCORE_ENVIRONMENT": "Development"
  29. }
  30. }
  31. }
  32. }