devops.bizgaze 3 år sedan
förälder
incheckning
6fc0cd14fa
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      UnitTests.Core/BaseUnitTest.cs

+ 2
- 2
UnitTests.Core/BaseUnitTest.cs Visa fil

@@ -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();

Laddar…
Avbryt
Spara