PWA Fundvelo der Caritas.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

launchSettings.json 1.0KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "iisSettings": {
  3. "windowsAuthentication": false,
  4. "anonymousAuthentication": true,
  5. "iisExpress": {
  6. "applicationUrl": "http://localhost:37078",
  7. "sslPort": 44355
  8. }
  9. },
  10. "profiles": {
  11. "IIS Express": {
  12. "commandName": "IISExpress",
  13. "launchBrowser": true,
  14. "environmentVariables": {
  15. "ASPNETCORE_ENVIRONMENT": "Development"
  16. },
  17. "nativeDebugging": true,
  18. "jsWebView2Debugging": true,
  19. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
  20. },
  21. "CaritasPWA": {
  22. "commandName": "Project",
  23. "launchBrowser": true,
  24. "environmentVariables": {
  25. "ASPNETCORE_ENVIRONMENT": "Development"
  26. },
  27. "nativeDebugging": false,
  28. "applicationUrl": "https://localhost:5001;http://localhost:5000",
  29. "jsWebView2Debugging": true,
  30. "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
  31. }
  32. }
  33. }