Pushed up to docker
This commit is contained in:
@@ -35,7 +35,7 @@ namespace TOOHUCardAPI
|
||||
services.AddControllers().AddNewtonsoftJson();
|
||||
services.AddDbContext<AppDbContext>(opt =>
|
||||
{
|
||||
opt.UseSqlite(Configuration.GetConnectionString("Sqlite"));
|
||||
opt.UseNpgsql(Configuration.GetConnectionString("postgres"));
|
||||
});
|
||||
services.AddScoped<UserRepository>();
|
||||
services.AddScoped<StoreService>();
|
||||
|
||||
Reference in New Issue
Block a user