|
|
|
<?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="MyshppingCangdanOutputService" />
|
|
|
|
<add key="ServiceDisplayName" value="荣圣达泛微审核结果回写DS7服务" />-->
|
|
|
|
<!-- 服务的名称、显示名称 -->
|
|
|
|
<add key="ServiceName" value="JGWLReadApply" />
|
|
|
|
<add key="ServiceDisplayName" value="金港物流定时读取单一窗口信息" />
|
|
|
|
<!-- 服务器地址 荣圣达读取泛微OA审批
|
|
|
|
<add key="DS7connStr" value="Data Source=115.29.138.217,18866;Initial Catalog=ShippingWeb;Persist Security Info=True;User ID=sa;Password=Asde875621" />
|
|
|
|
<add key="OAconnStr" value="Data Source=117.78.44.211,1433;Initial Catalog=ecology;Persist Security Info=True;User ID=OA01;Password=oa123456@" />
|
|
|
|
<add key="DS7URL" value="http://115.29.138.217:8090/Account/Chfee_payapplication/AuditListAcceptOA" />
|
|
|
|
-->
|
|
|
|
<!-- 服务器地址 金港定时读取报关业务-->
|
|
|
|
<add key="DS7connStr" value="Data Source=47.104.253.169,62356;Initial Catalog=ShippingWeb_JGZHWL;Persist Security Info=True;User ID=sa;Password=Ds20040201" />
|
|
|
|
<add key="DS7URL" value="http://47.104.253.169:8088/SoftMng/Export/GetDecHead_Port_JGWL" />
|
|
|
|
<add key="USERID" value="1BEC90E1-9780-472F-90C2-0C6390C044A4" />
|
|
|
|
<add key="USERNAME" value="系统管理员" />
|
|
|
|
</appSettings>
|
|
|
|
|
|
|
|
<connectionStrings>
|
|
|
|
<!--本地开发
|
|
|
|
<add name="DongShengDB" connectionString="Data Source=192.168.0.80;Initial Catalog=myshipping;Persist Security Info=True;User ID=sa;Password=sa123" providerName="System.Data.SqlClient" />
|
|
|
|
-->
|
|
|
|
<!--大简云 正式库-->
|
|
|
|
<add name="DongShengDB" connectionString="Data Source=47.104.73.97,6761;Initial Catalog=DsPingTai;Persist Security Info=True;User ID=sa;Password=QDdjy#2020*" 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="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-1.8.10.0" newVersion="1.8.10.0" />
|
|
|
|
</dependentAssembly>
|
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
|
|
|
</configuration>
|