add logging stuff
This commit is contained in:
@@ -39,7 +39,6 @@ namespace MareSynchronosServer
|
||||
|
||||
services.AddSingleton<IUserIdProvider, IdBasedUserIdProvider>();
|
||||
|
||||
|
||||
services.AddDbContext<MareDbContext>(options =>
|
||||
{
|
||||
options.UseSqlServer(Configuration.GetConnectionString("DefaultConnection"));
|
||||
|
||||
Reference in New Issue
Block a user