launchSettings.json 996 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "profiles": {
  3. "http": {
  4. "commandName": "Project",
  5. "launchBrowser": true,
  6. "environmentVariables": {
  7. "ASPNETCORE_ENVIRONMENT": "Development"
  8. },
  9. "dotnetRunMessages": true,
  10. "applicationUrl": "http://0.0.0.0:5076"
  11. },
  12. "IIS Express": {
  13. "commandName": "IISExpress",
  14. "launchBrowser": true,
  15. "environmentVariables": {
  16. "ASPNETCORE_ENVIRONMENT": "Development"
  17. }
  18. },
  19. "WSL": {
  20. "commandName": "WSL2",
  21. "launchBrowser": true,
  22. "launchUrl": "http://0.0.0.0:5076",
  23. "environmentVariables": {
  24. "ASPNETCORE_ENVIRONMENT": "Development",
  25. "ASPNETCORE_URLS": "http://0.0.0.0:5076"
  26. },
  27. "distributionName": ""
  28. }
  29. },
  30. "$schema": "http://json.schemastore.org/launchsettings.json",
  31. "iisSettings": {
  32. "windowsAuthentication": false,
  33. "anonymousAuthentication": true,
  34. "iisExpress": {
  35. "applicationUrl": "http://localhost:48747",
  36. "sslPort": 0
  37. }
  38. }
  39. }