You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
4.9 KiB
Plaintext
83 lines
4.9 KiB
Plaintext
10 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<configSections>
|
||
|
<!-- 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" />
|
||
|
<section name="quartz" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.5000.0,Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||
|
</configSections>
|
||
|
<appSettings>
|
||
|
<!-- 服务的名称、显示名称 -->
|
||
|
<add key="ServiceName" value="D7DJYMQ" />
|
||
|
<add key="ServiceDisplayName" value="大简云日期回推" />
|
||
|
<add key="DJYMQURL" value="amqp://xgs_test:xgs_test123@60.209.125.238:40101" />
|
||
|
<add key="virtualhost" value="XGSTEST" />
|
||
|
<add key="MQExchangeName" value="" />
|
||
|
<add key="MQQueueName" value="cr_cuttime_etd" />
|
||
|
<add key="MAILSENDACCOUNT" value=" " />
|
||
|
<add key="MAILSENDPASSWORD" value="" />
|
||
|
<add key="MAILSENDSERVICE" value="" />
|
||
|
<add key="MAILSENDPORT" value="" />
|
||
|
<add key="MAILISSSL" value="" />
|
||
|
<add key="ConnectionString:1" value="Data Source=ds-hxt;Initial Catalog=SHIPPINGWEB_qj;User ID=sa;Password=Ds20040201" />
|
||
|
<add key="ConnectionString:2" value="Data Source=ds-hxt;Initial Catalog=SHIPPINGWEB_qj;User ID=sa;Password=Ds20040201" />
|
||
|
<add key="ConnectionString:3" value="Data Source=ds-hxt;Initial Catalog=SHIPPINGWEB_qj;User ID=sa;Password=Ds20040201" />
|
||
|
<add key="BSSQL" value=" ETD>=GETDATE()" />
|
||
|
<add key="ClientSettingsProvider.ServiceUri" value="" />
|
||
|
</appSettings>
|
||
|
<connectionStrings>
|
||
|
<!--本地开发
|
||
|
<add name="DongShengDB" connectionString="Data Source=60.209.125.238,52314;Initial Catalog=ShippingWeb_JHCSK;Persist Security Info=True;User ID=sa;Password=Ds20040201" providerName="System.Data.SqlClient" />
|
||
|
-->
|
||
|
<!--本地开发 -->
|
||
|
<add name="DS6DB" connectionString="Data Source=60.209.125.238,32009;Initial Catalog=HECHUAN;Persist Security Info=True;User ID=sa;Password=sa@djy.net" providerName="System.Data.SqlClient" />
|
||
|
<!--实际地址
|
||
|
<add name="DS6DB" connectionString="Data Source=60.209.125.238,32009;Initial Catalog=HECHUAN;Persist Security Info=True;User ID=sa;Password=sa@djy.net" providerName="System.Data.SqlClient" />
|
||
|
-->
|
||
|
</connectionStrings>
|
||
|
<startup>
|
||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||
|
</startup>
|
||
|
<entityFramework>
|
||
|
<providers>
|
||
|
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
|
||
|
</providers>
|
||
|
</entityFramework>
|
||
|
<quartz>
|
||
|
<add key="quartz.scheduler.instanceName" value="ServerScheduler" />
|
||
|
<add key="quartz.threadPool.type" value="Quartz.Simpl.SimpleThreadPool, Quartz" />
|
||
|
<add key="quartz.threadPool.threadCount" value="50" />
|
||
|
<add key="quartz.threadPool.threadPriority" value="2" />
|
||
|
<add key="quartz.plugin.xml.type" value="Quartz.Plugin.Xml.XMLSchedulingDataProcessorPlugin, Quartz" />
|
||
|
<add key="quartz.plugin.xml.fileNames" value="~/quartz_jobs.xml" />
|
||
|
<add key="quartz.jobStore.misfireThreshold" value="30000" />
|
||
|
<add key="quartz.jobStore.type" value="Quartz.Simpl.RAMJobStore, Quartz" />
|
||
|
</quartz>
|
||
|
<runtime>
|
||
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
|
<dependentAssembly>
|
||
|
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||
|
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
|
||
|
</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.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
||
|
</dependentAssembly>
|
||
|
</assemblyBinding>
|
||
|
</runtime>
|
||
|
<system.web>
|
||
|
<membership defaultProvider="ClientAuthenticationMembershipProvider">
|
||
|
<providers>
|
||
|
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
|
||
|
</providers>
|
||
|
</membership>
|
||
|
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
|
||
|
<providers>
|
||
|
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
|
||
|
</providers>
|
||
|
</roleManager>
|
||
|
</system.web>
|
||
|
</configuration>
|