launchSettings.json 681 B

12345678910111213141516171819202122232425262728
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:15773",
  7. "sslPort": 0
  8. }
  9. },
  10. "profiles": {
  11. "IIS Express": {
  12. "commandName": "IISExpress",
  13. "launchBrowser": true,
  14. "environmentVariables": {
  15. "ASPNETCORE_ENVIRONMENT": "Development"
  16. },
  17. "nativeDebugging": false
  18. },
  19. "HyperCube": {
  20. "commandName": "Project",
  21. "environmentVariables": {
  22. "ASPNETCORE_ENVIRONMENT": "Development"
  23. },
  24. "dotnetRunMessages": "true",
  25. "applicationUrl": "http://localhost:85"
  26. }
  27. }
  28. }