Commit e4859de5 by jianshuqin

修改数据库连接

parent be62b04c
...@@ -35,7 +35,7 @@ namespace Bailun.DC.Common ...@@ -35,7 +35,7 @@ namespace Bailun.DC.Common
/// <summary> /// <summary>
/// 数据中心 读写库 /// 数据中心 读写库
/// </summary> /// </summary>
public static string ConnectionString_Data = "server=10.0.8.113;port=3306;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;SslMode=none;Allow User Variables=True;max pool size=10000;"; public static string ConnectionString_Data = "server=10.0.8.15;port=3306;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;SslMode=none;Allow User Variables=True;max pool size=10000;";
/// <summary> /// <summary>
/// 财务资金 /// 财务资金
/// </summary> /// </summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment