2025-03-28 09:49:56 +08:00

26 lines
928 B
XML

<?xml version="1.0"?>
<!--
有关如何配置 ASP.NET 应用程序的详细信息,请访问
https://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<!--
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
可在 <httpRuntime> 标记上设置以下特性。
<system.Web>
<httpRuntime targetFramework="4.7.2" />
</system.Web>
-->
<appSettings>
<add key="OracleConnStr" value="10.103.1.8,orclbldex,highway_exchange,qrwl"/>
</appSettings>
<connectionStrings>
<!--Redis缓存数据库-->
<add name="RedisConfig" connectionString="10.103.1.8:6379,abortConnect=false,password=123456,connectTimeout=1000,connectRetry=1,syncTimeout=10000"/>
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.7.2"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
</configuration>