43 lines
1.7 KiB
XML
43 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
有关如何配置 ASP.NET 应用程序的详细信息,请访问
|
|
https://go.microsoft.com/fwlink/?LinkId=169433
|
|
-->
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="OracleConnStr" value="10.103.1.8,orclbldex,highway_exchange,qrwl"/>
|
|
<add key="OracleConnStrEx" value="10.103.1.8,orclex,highway_exchange,qrwl"/>
|
|
<!--需要另存表的商业集团的服务区-->
|
|
<add key="ExtraSPZJ" value="334040" />
|
|
<!--服务区转发地址-->
|
|
<!--清江服务区-->
|
|
<add key="330401" value="http://60.12.57.14:17080/service.asmx" />
|
|
<!--长安服务区-->
|
|
<add key="331110" value="http://183.129.232.104:7080/service.asmx" />
|
|
<!--北岸服务区-->
|
|
<add key="330308" value="http://183.129.232.104:7080/service.asmx" />
|
|
<!--webApi地址-->
|
|
<add key="ApiUrl" value="http://localhost:8900/"/>
|
|
<!--Ajax地址-->
|
|
<add key="AjaxUrl" value="http://localhost:8010/MobileServicePlatform/Handler/handler_ajax.ashx"/>
|
|
<!--业主单位内码-->
|
|
<add key="OwnerUnitId" value="249"/>
|
|
</appSettings>
|
|
<connectionStrings>
|
|
<!--Redis缓存数据库-->
|
|
<add name="RedisConfig" connectionString="10.103.1.8:6379,abortConnect=false,password=123456,connectTimeout=1000,connectRetry=1,syncTimeout=10000"/>
|
|
</connectionStrings>
|
|
<!--
|
|
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
|
|
|
|
可在 <httpRuntime> 标记上设置以下特性。
|
|
<system.Web>
|
|
<httpRuntime targetFramework="4.6" />
|
|
</system.Web>
|
|
-->
|
|
<system.web>
|
|
<compilation debug="true" targetFramework="4.7.2"/>
|
|
<httpRuntime/>
|
|
<pages controlRenderingCompatibilityVersion="4.0"/>
|
|
</system.web>
|
|
</configuration> |