devops.bizgaze 3 年之前
父節點
當前提交
6fc0cd14fa
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      UnitTests.Core/BaseUnitTest.cs

+ 2
- 2
UnitTests.Core/BaseUnitTest.cs 查看文件

@@ -99,8 +99,8 @@ namespace UnitTests.Core
99 99
         {
100 100
             string commondbid = "0";
101 101
             string tenantdbid = "1";
102
-            string connectionstring = "server=localhost;port=5432;Database=common_410;User id=postgres;Password=Bizgaze@123";
103
-            string tenantconnectionstring = "server=localhost;port=5432;Database=tenant_410;User id=postgres;Password=Bizgaze@123";
102
+            string connectionstring = "server=localhost;port=5432;Database=common_94;User id=postgres;Password=Bizgaze@123";
103
+            string tenantconnectionstring = "server=localhost;port=5432;Database=tenant_94;User id=postgres;Password=Bizgaze@123";
104 104
             //Unibase.Web.Server.Startup(IConfiguration configuration);
105 105
             // DependencyConfig.Register(Unibase.Dependency.Enums.DIType.ServiceCollection);
106 106
             var container = DependencyConfig.GetContainer();

Loading…
取消
儲存