launchSettings.json 767 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iis": {
  6. "applicationUrl": "http://localhost/WebUpload",
  7. "sslPort": 0
  8. },
  9. "iisExpress": {
  10. "applicationUrl": "http://localhost:44379",
  11. "sslPort": 0
  12. }
  13. },
  14. "profiles": {
  15. "IIS Express": {
  16. "commandName": "IISExpress",
  17. "launchBrowser": true,
  18. "environmentVariables": {
  19. "ASPNETCORE_ENVIRONMENT": "Development"
  20. }
  21. },
  22. "WebMainFrame": {
  23. "commandName": "Project",
  24. "launchBrowser": true,
  25. "launchUrl": "swagger",
  26. "environmentVariables": {
  27. "ASPNETCORE_ENVIRONMENT": "Development"
  28. },
  29. "applicationUrl": "https://localhost:5001;http://localhost:5000"
  30. }
  31. }
  32. }