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