终端一体化运控平台
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.
 
 
 

31 lines
793 B

  1. {
  2. "$schema": "https://json.schemastore.org/launchsettings.json",
  3. "iisSettings": {
  4. "windowsAuthentication": false,
  5. "anonymousAuthentication": true,
  6. "iisExpress": {
  7. "applicationUrl": "http://localhost:50969/",
  8. "sslPort": 44385
  9. }
  10. },
  11. "profiles": {
  12. "BPASmartClient.AgvApi": {
  13. "commandName": "Project",
  14. "launchBrowser": true,
  15. "launchUrl": "swagger",
  16. "environmentVariables": {
  17. "ASPNETCORE_ENVIRONMENT": "Development"
  18. },
  19. "applicationUrl": "http://localhost:5175",
  20. "dotnetRunMessages": true
  21. },
  22. "IIS Express": {
  23. "commandName": "IISExpress",
  24. "launchBrowser": true,
  25. "launchUrl": "swagger",
  26. "environmentVariables": {
  27. "ASPNETCORE_ENVIRONMENT": "Development"
  28. }
  29. }
  30. }
  31. }