<?xml version="1.0" encoding="utf-8"?>
|
<configuration>
|
<connectionStrings>
|
<add name="wmsConnection" connectionString="Data Source=192.168.1.199;Initial Catalog=NT_AutoWMS;User ID=sa;Password=test?123" providerName="System.Data.SqlClient" />
|
<add name="erpConnection" connectionString="Data Source=192.168.1.199;Initial Catalog=WMSInterDB;User ID=sa;Password=test?123" providerName="System.Data.SqlClient" />
|
<add name="DataType" connectionString="MSSQL" />
|
<add name="MIP" connectionString="192.168.1.199" />
|
<add name="MPORT" connectionString="27017" />
|
<add name="MDB" connectionString="nt_mtl" />
|
<add name="MUSER" connectionString="nt" />
|
<add name="MPWD" connectionString="123456" />
|
</connectionStrings>
|
<appSettings>
|
<add key="appCode" value="AutoWMS" />
|
<!--<add key="autobom_ipAddress" value="192.168.1.199:7100" />-->
|
<add key="autobom_ipAddress" value="192.168.1.199:8072" />
|
<add key="ams_ipAddress" value="192.168.1.199:8076" />
|
<add key="RedisPath" value="123456@192.168.1.153:6379" />
|
<add key="DefaultDb" value="1" />
|
<add key="KdEID" />
|
<add key="KdEAppKey" />
|
<add key="KdEReqURL" />
|
<add key="AppName" value="南通" />
|
<add key="AutobomApi" value="192.168.1.199:8072" />
|
<add key="REDIS" value="123456@192.168.1.153:6379" />
|
<add key="REDIS_DB" value="1" />
|
<add key="UI_ROOT_PATH" value="E:\0.公司产品\3.AutoWMS\AutoWMS_UI" />
|
<add key="OMS_API" value="192.168.1.199:9012" />
|
<add key="AMS_API" />
|
<add key="PrintAlgorLog" value="Y" />
|
<add key="webpages:Version" value="3.0.0.0" />
|
<add key="webpages:Enabled" value="false" />
|
<add key="ClientValidationEnabled" value="true" />
|
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
<add key="aspnet:MaxJsonDeserializerMembers" value="150000000" />
|
<add key="PdaServerVersion" value="1000000" />
|
<add key="PdalastForce" value="1000000" />
|
<add key="PdaUpdateUrl" value="http://192.168.1.198:603/app-baidu-release.apk" />
|
<add key="IsUseOrg" value="N" />
|
<add key="projectCode" value="ntsd" />
|
</appSettings>
|
<startup>
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
|
</startup>
|
<runtime>
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<dependentAssembly>
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
|
</dependentAssembly>
|
</assemblyBinding>
|
</runtime>
|
<system.serviceModel>
|
<bindings>
|
<basicHttpBinding>
|
<binding name="WebServiceSoap" />
|
</basicHttpBinding>
|
</bindings>
|
<client>
|
<endpoint address="http://60.190.143.28:8090/WebService.asmx" binding="basicHttpBinding" bindingConfiguration="WebServiceSoap" contract="JXJobReference.WebServiceSoap" name="WebServiceSoap" />
|
</client>
|
</system.serviceModel>
|
</configuration>
|