济宁李尔接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1000 B

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<connectionStrings>
<!--立体库数据库连接-->
<add name="connstring" connectionString="Data Source=.;Initial Catalog=ASRS_WCS;Persist Security Info=True;User ID=sa;Password=Aa123!@#;pooling=true;" />
<!--<add name="connstring" connectionString="Data Source=192.10.62.11;Initial Catalog=xfcpk_db;Persist Security Info=True;User ID=sa;Password=1;pooling=true;" />-->
</connectionStrings>
<appSettings>
<add key="DbType" value="Sql" />
<!-- HTTP 接口 URL 接收地址-->
<add key ="Receive_HTTPURL" value ="http://+:8089/XS_HttpServer/"/>
<!--HTTP 接口 URL 请求上位MWS接口地址-->
<add key ="upper_WMSURL" value ="http://10.71.176.123:7080/api/external/v1/siasun/wms/"/>
<!--线程刷新时间间隔(秒)-->
<add key="ThreadTime" value="1" />
</appSettings>
</configuration>