|
@@ -45,7 +45,7 @@ namespace WebTest
|
45
|
45
|
services.AddTransient<LuUtilsPkGuidDataAccess>();
|
46
|
46
|
services.AddDbContext<LuUtilsDbContext>(options =>
|
47
|
47
|
{
|
48
|
|
- options.UseNpgsql(Tests.ConnectionString);
|
|
48
|
+ options.UseNpgsql(Configuration.GetConnectionString("default"));
|
49
|
49
|
options.UseInternalServiceProvider(new ServiceCollection()
|
50
|
50
|
.AddEntityFrameworkNpgsqlLuticate()
|
51
|
51
|
.AddEntityFrameworkNpgsql()
|