launchSettings.json 615 B

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