chengsc
2025-01-18 fc47b123b85f912fca2c6fa80def7e928149c95c
Wms/Wms/Properties/launchSettings.json
@@ -1,20 +1,13 @@
{
  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:50515/",
      "sslPort": 44363
    }
  },
  "$schema": "http://json.schemastore.org/launchsettings.json",
  "profiles": {
    "IIS Express": {
      "commandName": "IISExpress",
      "launchBrowser": true,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
      },
      "sqlDebugging": false,
      "nativeDebugging": true
    },
    "Wms": {
      "commandName": "Project",
@@ -24,5 +17,14 @@
      },
      "applicationUrl": "https://localhost:5001;http://localhost:5000"
    }
  },
  "$schema": "http://json.schemastore.org/launchsettings.json",
  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://192.168.137.94:8081/",
      "sslPort": 44363
    }
  }
}