launchSettings.json 1020 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://localhost:5259",
  11. "nativeDebugging": true
  12. },
  13. "https": {
  14. "commandName": "Project",
  15. "launchBrowser": true,
  16. "environmentVariables": {
  17. "ASPNETCORE_ENVIRONMENT": "Development"
  18. },
  19. "dotnetRunMessages": true,
  20. "applicationUrl": "https://localhost:7293;http://localhost:5259"
  21. },
  22. "IIS Express": {
  23. "commandName": "IISExpress",
  24. "launchBrowser": true,
  25. "environmentVariables": {
  26. "ASPNETCORE_ENVIRONMENT": "Development"
  27. }
  28. }
  29. },
  30. "$schema": "http://json.schemastore.org/launchsettings.json",
  31. "iisSettings": {
  32. "windowsAuthentication": false,
  33. "anonymousAuthentication": true,
  34. "iisExpress": {
  35. "applicationUrl": "http://localhost:4741",
  36. "sslPort": 44344
  37. }
  38. }
  39. }