launchSettings.json 478 B

123456789101112131415161718192021
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:16372",
  7. "sslPort": 0
  8. }
  9. },
  10. "profiles": {
  11. "WebApi": {
  12. "commandName": "Project",
  13. "launchBrowser": false,
  14. "launchUrl": "weatherforecast",
  15. "applicationUrl": "http://localhost:5000",
  16. "environmentVariables": {
  17. "ASPNETCORE_ENVIRONMENT": "Development"
  18. }
  19. }
  20. }
  21. }