launchSettings.json 922 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": true,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:53775/",
  7. "sslPort": 44358
  8. }
  9. },
  10. "profiles": {
  11. "IIS Express": {
  12. "commandName": "IISExpress",
  13. "launchBrowser": true,
  14. "environmentVariables": {
  15. "ASPNETCORE_ENVIRONMENT": "Development"
  16. },
  17. "nativeDebugging": true,
  18. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
  19. },
  20. "wispro.sp.webclient": {
  21. "commandName": "Project",
  22. "launchBrowser": true,
  23. "environmentVariables": {
  24. "ASPNETCORE_ENVIRONMENT": "Development"
  25. },
  26. "applicationUrl": "https://localhost:5001;http://localhost:5000",
  27. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
  28. }
  29. }
  30. }