25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

29 satır
742 B

  1. {
  2. "$schema": "http://json.schemastore.org/launchsettings.json",
  3. "iisSettings": {
  4. "windowsAuthentication": false,
  5. "anonymousAuthentication": true,
  6. "iisExpress": {
  7. "applicationUrl": "http://localhost:59438",
  8. "sslPort": 44389
  9. }
  10. },
  11. "profiles": {
  12. "服务API": {
  13. "commandName": "Project",
  14. "launchBrowser": true,
  15. "environmentVariables": {
  16. "ASPNETCORE_ENVIRONMENT": "Development"
  17. },
  18. "applicationUrl": "http://192.168.1.108:20000",
  19. "dotnetRunMessages": "true"
  20. },
  21. "Docker": {
  22. "commandName": "Docker",
  23. "launchBrowser": true,
  24. "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
  25. "publishAllPorts": true,
  26. "useSSL": true
  27. }
  28. }
  29. }