launchSettings.json 653 B

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