appsettings.json 650 Bytes
{
  "Logging": {
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "BaseDBContext": "Data Source=172.16.5.90;Initial Catalog=SimpleWMS;User=sa;Password=+JvlGMjoyMblwptodADXnA==;Persist Security Info=True" //58.240.189.131
  },
  "AppSetting": {
    "NetPushServer": "172.16.5.90",
    "NetPushPort": 23467
  },
  "ICSSetting": {
    "Server": "http://localhost:23512/api/",
    "LoginUrl": "Login/Login",
    "Uid": "System",
    "Pwd": "123456"
  },
  "WCSSetting": {
    "Server": "http://localhost:23512/api/",
    "LoginUrl": "Login/Login",
    "Uid": "System",
    "Pwd": "123456"
  }
}