基础服务api
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.
 
 

36 lines
931 B

  1. {
  2. "profiles": {
  3. "IIS Express": {
  4. "commandName": "IISExpress",
  5. "launchBrowser": true,
  6. "environmentVariables": {
  7. "ASPNETCORE_ENVIRONMENT": "Development"
  8. }
  9. },
  10. "BPA.SAAS.Manage.Web.Entry": {
  11. "commandName": "Project",
  12. "launchBrowser": true,
  13. "environmentVariables": {
  14. "ASPNETCORE_ENVIRONMENT": "Development"
  15. },
  16. "dotnetRunMessages": true,
  17. "applicationUrl": "http://localhost:5001"
  18. },
  19. "Docker": {
  20. "commandName": "Docker",
  21. "launchBrowser": true,
  22. "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
  23. "publishAllPorts": true,
  24. "useSSL": true
  25. }
  26. },
  27. "$schema": "http://json.schemastore.org/launchsettings.json",
  28. "iisSettings": {
  29. "windowsAuthentication": false,
  30. "anonymousAuthentication": true,
  31. "iisExpress": {
  32. "applicationUrl": "http://localhost:53785",
  33. "sslPort": 44342
  34. }
  35. }
  36. }