1
duan
2024-08-21 f71a02229c1ba00fbecaead19256593ffb052753
提交 | 用户 | age
1063f3 1 <?xml version="1.0" encoding="utf-8"?>
J 2 <configuration>
3   <configSections>
4     <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
5     <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6   </configSections>
7   <startup>
8     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
9   </startup>
10   <appSettings>
11     <add key="FormTitle" value="设备点检管理系统V" />
12     <add key="TimeInterval" value="500" />
b65370 13     <add key="BarcodeLenth" value="12" />
J 14     <add key="ServiceUrl" value="http://43.98.48.159:9001/Puppy.svc" />
d95063 15     <add key="ServiceIp" value="43.98.48.159"/>
J 16     <add key="DbIp" value="43.98.48.159"/>
1063f3 17   </appSettings>
J 18   <connectionStrings>
d95063 19     <add name="DIX" connectionString="data source=43.98.48.159;initial catalog=DIX;Pooling=true;Max Pool Size=100;Min Pool Size=0;integrated security=false;persist security info=True;User ID=developer;Password=p@d201908" providerName="System.Data.EntityClient"/>
b347b1 20     <add name="MySQLDIX" connectionString="Host=43.98.47.84;Port=3306;Database=DIX;Protocol=TCP;Compress=false;Pooling=true; 
1063f3 21                                                                          AllowLoadLocalInfile=true;ConnectionLifetime=0;UserID=root;Password=p@ssw0rd;" providerName="MySql.Data.MySqlClient"/>
J 22   </connectionStrings>
23   <entityFramework>
24     <providers>
25       <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
26       <provider invariantName="MySql.Data.MySqlClient" type="MySql.Data.MySqlClient.MySqlProviderServices, MySql.Data.EntityFramework, Version=8.0.31.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"/>
27     </providers>
28   </entityFramework>
29   <system.data>
30     <DbProviderFactories>
31       <remove invariant="MySql.Data.MySqlClient"/>
32       <add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data"/>
33     </DbProviderFactories>
34   </system.data>
35   <runtime>
36
37     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
38
39       <dependentAssembly>
40
41         <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
42
43         <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
44
45       </dependentAssembly>
46
47       <dependentAssembly>
48
49         <assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
50
51         <bindingRedirect oldVersion="0.0.0.0-1.9.0.0" newVersion="1.9.0.0" />
52
53       </dependentAssembly>
54
55       <dependentAssembly>
56
57         <assemblyIdentity name="Npgsql" publicKeyToken="5d8b90d52f46fda7" culture="neutral" />
58
59         <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
60
61       </dependentAssembly>
62
63       <dependentAssembly>
64
65         <assemblyIdentity name="MySql.Data" publicKeyToken="c5687fc88969c44d" culture="neutral" />
66
67         <bindingRedirect oldVersion="0.0.0.0-8.0.31.0" newVersion="8.0.31.0" />
68
69       </dependentAssembly>
70
71     </assemblyBinding>
72
73   </runtime>
74 </configuration>