launchSettings.json 680 B

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