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

32 lines
792 B

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