mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-30 15:43:40 +01:00
add logging stuff
This commit is contained in:
parent
d56923d553
commit
15b220dc8b
9 changed files with 81 additions and 49 deletions
|
|
@ -39,7 +39,6 @@ namespace MareSynchronosServer
|
|||
|
||||
services.AddSingleton<IUserIdProvider, IdBasedUserIdProvider>();
|
||||
|
||||
|
||||
services.AddDbContext<MareDbContext>(options =>
|
||||
{
|
||||
options.UseSqlServer(Configuration.GetConnectionString("DefaultConnection"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue