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.

launchSettings.json 736B

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