App.config 1.5 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <connectionStrings>
  4. <add name="mysql" connectionString="Server=39.108.190.163;Uid=root;Pwd=123;Database=cp55128;Port=3306;SslMode=none;CharSet=utf8;Convert Zero Datetime=True;Allow Zero Datetime=True" providerName="MySql.Data.MySqlClient" />
  5. <add name="ZiXunSqlService" connectionString="Data Source=39.108.190.163;Initial Catalog=InformationBase;User ID=sa;Password=NK4Qwql8Z?csv(XNew;Pooling=true;Max Pool Size = 5120;Min Pool Size=0;" providerName="System.Data.SqlClient" />
  6. <add name="ZhuanTiSqlService" connectionString="Data Source=119.23.72.139;Initial Catalog=CB55128;User ID=sa;Password=NK4Qwql8Z?csv(XNew;Pooling=true;Max Pool Size = 5120;Min Pool Size=0;" providerName="System.Data.SqlClient" />
  7. </connectionStrings>
  8. <startup>
  9. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
  10. </startup>
  11. <runtime>
  12. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  13. <dependentAssembly>
  14. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  15. <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
  16. </dependentAssembly>
  17. <dependentAssembly>
  18. <assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
  19. <bindingRedirect oldVersion="0.0.0.0-1.2.11.0" newVersion="1.2.11.0" />
  20. </dependentAssembly>
  21. </assemblyBinding>
  22. </runtime>
  23. </configuration>