mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Code reformat.
This commit is contained in:
@@ -20,9 +20,10 @@ namespace DiscImageChef.Server
|
||||
// This method gets called by the runtime. Use this method to add services to the container.
|
||||
public void ConfigureServices(IServiceCollection services)
|
||||
{
|
||||
services.AddDbContext<DicServerContext>(options =>
|
||||
options.UseMySql(Configuration.
|
||||
GetConnectionString("DefaultConnection")).UseLazyLoadingProxies());
|
||||
services.AddDbContext<DicServerContext>(options => options.
|
||||
UseMySql(Configuration.
|
||||
GetConnectionString("DefaultConnection")).
|
||||
UseLazyLoadingProxies());
|
||||
|
||||
services.AddDefaultIdentity<IdentityUser>(options =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user