Assignment for Location Calculation
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.

37 lines
1010 B

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