Jeffery
2023-05-17 defcf98fc03d123c8c76bdb0ecd11d210bbf1487
config
1个文件已修改
2 ■■■ 已修改文件
src/DIXWeb.Web/Config/database.config 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/DIXWeb.Web/Config/database.config
@@ -2,6 +2,6 @@
<connectionStrings>
  <!--SqlServer  172.22.9.171\SPCM001,1433    121.37.232.241 43.98.48.159 --> 
  <!--<add name="DIX" connectionString="data source=121.37.232.241;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@d2010"  providerName="System.Data.EntityClient"/>-->
  <add name="DIX" connectionString="data source=121.37.232.241;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@d2010"  providerName="System.Data.EntityClient"/>
  <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"/>
  <add name="MySQLDIX" connectionString="Host=localhost;Port=3306;Database=MYSQLDIX;Direct=true;Protocol=TCP;Compress=false;Pooling=true;Min PoolSize=0;Max PoolSize=100;ConnectionLifetime=0;UserID=developer;Password=p@d2010;"/>
</connectionStrings>