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…
취소
저장