launchSettings.json 565 B

12345678910111213141516171819202122232425
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:51186",
  7. "sslPort": 0
  8. }
  9. },
  10. "profiles": {
  11. "IIS Express": {
  12. "commandName": "IISExpress",
  13. "environmentVariables": {
  14. "ASPNETCORE_ENVIRONMENT": "Development"
  15. }
  16. },
  17. "Business.Host": {
  18. "commandName": "Project",
  19. "environmentVariables": {
  20. "ASPNETCORE_ENVIRONMENT": "Development"
  21. },
  22. "applicationUrl": "http://localhost:51186"
  23. }
  24. }
  25. }