You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
930 B

  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:51647",
  7. "sslPort": 44363
  8. }
  9. },
  10. "$schema": "http://json.schemastore.org/launchsettings.json",
  11. "profiles": {
  12. "IIS Express": {
  13. "commandName": "IISExpress",
  14. "launchBrowser": true,
  15. "launchUrl": "api/values",
  16. "environmentVariables": {
  17. "ASPNETCORE_ENVIRONMENT": "Development"
  18. }
  19. },
  20. "ApiGw_Base": {
  21. "commandName": "Project",
  22. "launchBrowser": true,
  23. "launchUrl": "api/values",
  24. "environmentVariables": {
  25. "ASPNETCORE_ENVIRONMENT": "Development"
  26. },
  27. "applicationUrl": "https://localhost:5001;http://localhost:5000"
  28. },
  29. "Docker": {
  30. "commandName": "Docker",
  31. "launchBrowser": true,
  32. "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/values"
  33. }
  34. }
  35. }