launchSettings.json 816 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:55269"
  7. }
  8. },
  9. "profiles": {
  10. "IIS Express": {
  11. "commandName": "IISExpress",
  12. "launchBrowser": true,
  13. "environmentVariables": {
  14. "ASPNETCORE_ENVIRONMENT": "Development"
  15. }
  16. },
  17. "GreenTree.Strohrmann.ERP.Web": {
  18. "commandName": "Project",
  19. "launchBrowser": true,
  20. "environmentVariables": {
  21. "ASPNETCORE_ENVIRONMENT": "Development"
  22. },
  23. "applicationUrl": "http://localhost:5000"
  24. },
  25. "Docker": {
  26. "commandName": "Docker",
  27. "launchBrowser": true,
  28. "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
  29. "publishAllPorts": true,
  30. "useSSL": false
  31. }
  32. }
  33. }