ComplianceServer/oldcode/Core.Web/Web.config

253 lines
17 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!--
For more information on how to configure your ASP.NET application, please visit
https://go.microsoft.com/fwlink/?LinkId=301880
-->
<configuration>
<configSections>
<section name="RedisConfig" type="CRM.Core.Model.RedisConfigInfo" />
<section name="exceptionless" type="Exceptionless.ExceptionlessSection, Exceptionless" />
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<RedisConfig connectionString="192.168.11.45" port="6379" password="" db="0" />
<appSettings>
<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="DataSyncApiUrl" value="http://192.168.11.46:8090" />
<add key="UploadTemFileDic" value="/UploadFile" />
<add key="CRMClientKey" value="TDORDERSITE" />
<add key="OpenOrderSendSms" value="0" />
<add key="fileserver" value="http://192.168.11.81:5300" />
<!--北京一部-->
<add key="video_QBJZ" value="http://bj1rec.crm.tcfortune.com:8282" />
<!--北京二部-->
<add key="video_QBJY" value="http://bj2rec.crm.tcfortune.com:8282" />
<!--北京三部-->
<add key="video_QBJX" value="http://1.202.216.226:801" />
<!--广州-->
<add key="video_DNZZ" value="http://120.238.224.24:8098" />
<!--软件三-->
<add key="video_DNYY" value="http://120.238.224.24:38080" />
<!--首华-->
<add key="video_SHZZ" value="http://120.238.224.24:28080" />
<!--新媒体一-->
<add key="video_YSGP" value="http://120.238.224.24:8097" />
<!--投顾业务中心-->
<add key="video_DNG8" value="http://120.238.224.24:2080" />
<add key="video_HGBM" value="http://120.238.224.24:2332" />
<add key="WxMessage_DNYY" value="http://192.168.11.216:909" />
<add key="WxMessage_HGBM" value="http://192.168.11.66:909" />
<add key="WxMessage_DNG8" value="http://192.168.11.36:909" />
<!--<add key="WxMessage_DNG8" value="http://192.168.11.45:909" />-->
<add key="WxMessage_DNZZ" value="http://120.236.219.28:909" />
<!--北京一部-->
<add key="WxMessage_QBJZ" value="http://1.202.216.226:909" />
<add key="WxMessage_DNBB" value="http://192.168.11.226:909" />
<add key="QxMessage_DNZZ" value="https://localhost:44338" />
<add key="QxMessage_DNG8" value="http://183.6.86.112:8082$http://120.238.224.24:8082" />
<add key="FuJianMessage_AGENT" value="https://localhost:44338/fujianfile" />
<add key="FuJian_AGENT" value="https://localhost:44338/fujianfile" />
<!--北京一部-->
<!--北京一部企业微信-->
<add key="QxMessage_QBJZ" value="http://1.202.216.226:8082" />
<add key="QxMessageFile_QBJZ" value="http://1.202.216.226:8080" />
<!--北京三部-->
<add key="NasFile_QBJX" value="http://1.202.216.226:8012" />
<add key="PerformanceDayTable" value="mon_performanceday_test" />
<add key="DzOrder2DayTable" value="mon_dzorder2day_test" />
<add key="env" value="1" />
<!--SSO登录注销后失效 -->
<!--<add key="SSOUrl" value="http://192.168.11.141:24434" />-->
<add key="SSOUrl" value="http://conf.wantest.tcfortune.com:8282/" />
<add key="appid" value="qt_compliance" />
<add key="appSecret" value="CqlNBxRof0yl7eJM1f4IbOBhgribfooZJ1zwuIj5NzQ=" />
<add key="Microsoft.VisualStudio.Enterprise.AspNetHelper.VsInstrLocation" value="C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Team Tools\Performance Tools\vsinstr.exe" />
<!-- 股票池设置-->
<add key="StockPoolUrl" value="http://192.168.11.81:8085" />
<add key="StockPoolUrlNew" value="http://10.22.13.202:9100" />
<add key="StockPoolAuthorization" value="Basic ZG9uZ2dhbzpjbHl1UXdoTGNVZ1FmVjFy" />
<add key="StockPoolAppId" value="qt_core_test" />
<add key="StockPoolSecret" value="1Xn2x1HNV3PzC1vJ/we62YJnwkBzBLIhutbB/uWqp1o=" />
<add key="StockPoolSecretNew" value="h9yO2WXR+pO2gk9RLk/EJaUrHAUu4ovcS3Ok2LFn9hA=" />
</appSettings>
<exceptionless apiKey="CxL9PsmOWtzqK4eV03VJWZWdzAO3yp5QBCaMznz4" serverUrl="http://10.22.12.9:5000" />
<!--
有关 web.config 更改的说明,请参见 http://go.microsoft.com/fwlink/?LinkId=235367。
可在 <httpRuntime> 标记上设置以下特性。
<system.Web>
<httpRuntime targetFramework="4.8" />
</system.Web>
-->
<system.web>
<compilation debug="true" targetFramework="4.8">
<assemblies>
<add assembly="System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<add assembly="System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
</assemblies>
</compilation>
<!--<compilation debug="true" assemblyPostProcessorType="Microsoft.VisualStudio.Enterprise.Common.AspPerformanceInstrumenter, Microsoft.VisualStudio.Enterprise.AspNetHelper, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />-->
<httpRuntime targetFramework="4.6.1" requestValidationMode="2.0" executionTimeout="1800" maxRequestLength="20971520" />
</system.web>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30AD4FE6B2A6AEED" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Sockets" publicKeyToken="B03F5F7F11D50A3A" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NPOI.OpenXmlFormats" publicKeyToken="0DF73EC7942B34E1" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.4.1.0" newVersion="2.4.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NPOI.OpenXml4Net" publicKeyToken="0DF73EC7942B34E1" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.4.1.0" newVersion="2.4.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NPOI.OOXML" publicKeyToken="0DF73EC7942B34E1" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.5.6.0" newVersion="2.5.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NPOI" publicKeyToken="0DF73EC7942B34E1" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.5.6.0" newVersion="2.5.6.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.3.11" newVersion="1.3.3.11" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.AspNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<codeBase version="16.0.0.0" href="file:///C:/Program%20Files%20(x86)/Microsoft%20Visual%20Studio/Shared/Common/VSPerfCollectionTools/vs2019/Microsoft.VisualStudio.Enterprise.AspNetHelper.DLL" />
<codeBase version="17.0.0.0" href="file:///C:/Program%20Files%20(x86)/Microsoft%20Visual%20Studio/Shared/Common/VSPerfCollectionTools/vs2022/Microsoft.VisualStudio.Enterprise.AspNetHelper.DLL" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="VsWebSite.Interop" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files%20(x86)/Microsoft%20Visual%20Studio/Shared/Common/VSPerfCollectionTools/vs2022/VsWebSite.Interop.DLL" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.IO.Compression" publicKeyToken="b77a5c561934e089" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="MySql.Data" publicKeyToken="c5687fc88969c44d" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.31.0" newVersion="8.0.31.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Methods" value="OPTIONS,POST,GET" />
<add name="Access-Control-Allow-Headers" value="x-requested-with,content-type" />
<add name="Access-Control-Allow-Origin" value="*" />
</customHeaders>
</httpProtocol>
<security>
<requestFiltering>
<!--单位为字节 maxAllowedContentLength-->
<requestLimits maxAllowedContentLength="2147483647" />
</requestFiltering>
</security>
<modules>
<add name="ExceptionlessModule" type="Exceptionless.Mvc.ExceptionlessModule, Exceptionless.Mvc" />
</modules>
</system.webServer>
<!--<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs"
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
</compilers>
</system.codedom>-->
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="v13.0" />
</parameters>
</defaultConnectionFactory>
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
<provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.EntityFramework, Version=8.0.31.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"></provider>
</providers>
</entityFramework>
<system.data>
<DbProviderFactories>
<remove invariant="MySql.Data.MySqlClient" />
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=8.0.31.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
</DbProviderFactories>
</system.data>
<connectionStrings>
<!--<add name="zxdContext" providerName="MySql.Data.MySqlClient" connectionString="Data Source=192.168.11.129;Port=3306;Initial Catalog=zxdcrm;user id=root;password=sa123456.;Old Guids=true;SslMode=None;Convert Zero Datetime=True;"></add>-->
<add name="zxdContext" providerName="MySql.Data.MySqlClient" connectionString="Data Source=192.168.11.141;Port=3306;Initial Catalog=zxdcrm;user id=tafadmin;password=tafadmin2017;" />
<add name="auditContext" providerName="MySql.Data.MySqlClient" connectionString="Data Source=192.168.11.129;Port=3306;Initial Catalog=zxdcrm_25y_01m;user id=root;password=sa123456.;Old Guids=true;SslMode=None;Convert Zero Datetime=True;" />
<!--<add name="auditContext" providerName="MySql.Data.MySqlClient" connectionString="Data Source=192.168.11.129;Port=3306;Initial Catalog=zxdcrm_test5;user id=root;password=sa123456.;Old Guids=true;SslMode=None"></add>-->
<!--<add name="auditContext" providerName="MySql.Data.MySqlClient" connectionString="Data Source=192.168.11.141;Port=3306;Initial Catalog=zxdcrm_audit;user id=tafadmin;password=tafadmin2017;Old Guids=true;SslMode=None;Convert Zero Datetime=True;"></add>-->
<!--<add name="zxdContext" providerName="MySql.Data.MySqlClient" connectionString="Data Source=192.168.11.141;Port=3306;Initial Catalog=zxdcrm;user id=tafadmin;password=tafadmin2017;"></add>-->
<add name="fbContext" providerName="MySql.Data.MySqlClient" connectionString="Data Source=192.168.11.141;Port=3306;Initial Catalog=zxdcrm;user id=tafadmin;password=tafadmin2017;" />
<add name="bjContext" providerName="MySql.Data.MySqlClient" connectionString="Data Source=192.168.11.141;Port=3306;Initial Catalog=zxdcrm;user id=tafadmin;password=tafadmin2017;" />
<add name="bj2Context" providerName="MySql.Data.MySqlClient" connectionString="Data Source=192.168.11.141;Port=3306;Initial Catalog=zxdcrm;user id=tafadmin;password=tafadmin2017;" />
<add name="softContent" providerName="MySql.Data.MySqlClient" connectionString="Data Source=192.168.11.141;Port=3306;Initial Catalog=db_crm;user id=tafadmin;password=tafadmin2017;" />
<!--<add name="usercenterContent" providerName="MySql.Data.MySqlClient" connectionString="Data Source=127.0.0.1;Port=3306;Initial Catalog=usercenter;user id=dfwork;password=dfwork!@#$%;SslMode=None;Old Guids=true;;allowPublicKeyRetrieval=true" />-->
<add name="usercenterContent" providerName="MySql.Data.MySqlClient" connectionString="Data Source=192.168.11.141;Port=3306;Initial Catalog=usercenter;user id=tafadmin;password=tafadmin2017;" />
<!--<add name="RedisConnect" connectionString="{'url=192.168.11.45:6379;"></add>-->
</connectionStrings>
<system.web>
<!--<httpRuntime executionTimeout="500" maxRequestLength="20971520" useFullyQualifiedRedirectUrl="false" />-->
<authentication mode="Forms">
<forms cookieless="UseCookies" loginUrl="~/Account/LogOn" timeout="2880" name="dncore" />
</authentication>
</system.web>
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
</compilers>
</system.codedom>
</configuration>