launchSettings.json 559 B

12345678910111213141516171819202122
  1. {
  2. "$schema": "https://json.schemastore.org/launchsettings.json",
  3. "iisSettings": {
  4. "windowsAuthentication": false,
  5. "anonymousAuthentication": true,
  6. "iisExpress": {
  7. "applicationUrl": "http://localhost:63521",
  8. "sslPort": 44395
  9. }
  10. },
  11. "profiles": {
  12. "ZR.Admin.WebApi": {
  13. "commandName": "Project",
  14. "dotnetRunMessages": true,
  15. "launchUrl": "",
  16. "applicationUrl": "http://localhost:8888;http://192.168.137.1:8888",
  17. "environmentVariables": {
  18. "ASPNETCORE_ENVIRONMENT": ""
  19. }
  20. }
  21. }
  22. }