launchSettings.json 691 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:8000"
  7. }
  8. },
  9. "profiles": {
  10. "ZhonTai.Host": {
  11. "commandName": "Project",
  12. "launchBrowser": true,
  13. "dotnetRunMessages": true,
  14. //"launchUrl": "swagger",
  15. "environmentVariables": {
  16. "ASPNETCORE_ENVIRONMENT": "Development"
  17. },
  18. "applicationUrl": "http://localhost:8000"
  19. },
  20. "IIS Express": {
  21. "commandName": "IISExpress",
  22. "launchBrowser": true,
  23. "launchUrl": "",
  24. "environmentVariables": {
  25. "ASPNETCORE_ENVIRONMENT": "Development"
  26. }
  27. }
  28. }
  29. }