mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 18:27:24 +01:00
fixes etc
This commit is contained in:
parent
2510cce711
commit
74209b3952
7 changed files with 52 additions and 97 deletions
|
|
@ -48,6 +48,8 @@ public class Startup
|
|||
options.EnableThreadSafetyChecks(false);
|
||||
}, mareSettings.GetValue("DbContextPoolSize", 1024));
|
||||
|
||||
services.AddHostedService<CleanupService>();
|
||||
|
||||
services.AddAuthentication(options =>
|
||||
{
|
||||
options.DefaultScheme = SecretKeyGrpcAuthenticationHandler.AuthScheme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue