launchSettings.json 550 B

12345678910111213141516171819202122
  1. {
  2. "$schema": "http://json.schemastore.org/launchsettings.json",
  3. "iisSettings": {
  4. "windowsAuthentication": false,
  5. "anonymousAuthentication": true,
  6. "iisExpress": {
  7. "applicationUrl": "http://localhost:14117",
  8. "sslPort": 0
  9. }
  10. },
  11. "profiles": {
  12. "WebApplication1": {
  13. "commandName": "Project",
  14. "launchBrowser": true,
  15. "launchUrl": "weatherforecast",
  16. "applicationUrl": "http://localhost:5000",
  17. "environmentVariables": {
  18. "ASPNETCORE_ENVIRONMENT": "Development"
  19. }
  20. }
  21. }
  22. }