launchSettings.json 730 B

12345678910111213141516171819202122232425262728
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:40356",
  7. "sslPort": 0
  8. }
  9. },
  10. "$schema": "http://json.schemastore.org/launchsettings.json",
  11. "profiles": {
  12. "IIS Express": {
  13. "commandName": "IISExpress",
  14. "launchUrl": "api/values",
  15. "environmentVariables": {
  16. "ASPNETCORE_ENVIRONMENT": "Development"
  17. }
  18. },
  19. "Masuit.Tools.AspNetCore.ResumeFileResults.WebTest": {
  20. "commandName": "Project",
  21. "launchUrl": "api/values",
  22. "environmentVariables": {
  23. "ASPNETCORE_ENVIRONMENT": "Development"
  24. },
  25. "applicationUrl": "http://localhost:5000"
  26. }
  27. }
  28. }