40 lines
2.4 KiB
XML
40 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
</startup>
|
|
<connectionStrings>
|
|
<add name="MobileServicePlatform"
|
|
providerName="System.Data.OracleClient"
|
|
connectionString="Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.11.194) (PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orclcs)));Persist Security Info=True;User Id=MobileService_Platform; Password=qrwl" />
|
|
<add name="Coop_Merchant"
|
|
providerName="System.Data.OracleClient"
|
|
connectionString="Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.11.194) (PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=orclcs)));Persist Security Info=True;User Id=Coop_Merchant; Password=qrwl" />
|
|
</connectionStrings>
|
|
<appSettings>
|
|
<!--分别部署在各省份的省份编码 330000,330300,330200,510000,450000,360000,451200,420000,520000,620000,630000-->
|
|
<add key="distributedProvinceCode" value="330000"/>
|
|
<!--浙江-->
|
|
<add key="330000" value="https://zjcs.eshangtech.com/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--温州-->
|
|
<add key="330300" value="http://218.75.19.2:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--甬台温-->
|
|
<add key="330200" value="http://60.12.57.14:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--四川-->
|
|
<add key="510000" value="http://syyw.eshangtech.com:13435/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--广西恒信-->
|
|
<add key="450000" value="http://113.16.255.162:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--广西南宁分公司-->
|
|
<add key="451200" value="http://47.96.233.105:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--湖北-->
|
|
<add key="420000" value="http://47.96.233.105:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--江西-->
|
|
<add key="360000" value="http://59.52.76.180:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--贵州-->
|
|
<add key="520000" value="http://47.96.233.105:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--甘肃-->
|
|
<add key="620000" value="http://47.96.233.105:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
<!--青海-->
|
|
<add key="630000" value="http://47.96.233.105:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
|
|
</appSettings>
|
|
</configuration> |