mirror of
https://github.com/bitwarden/server
synced 2025-12-29 14:43:39 +00:00
add custom dp services to more projects (#2653)
This commit is contained in:
@@ -29,6 +29,9 @@ public class Startup
|
||||
// Settings
|
||||
var globalSettings = services.AddGlobalSettingsServices(Configuration, Environment);
|
||||
|
||||
// Data Protection
|
||||
services.AddCustomDataProtectionServices(Environment, globalSettings);
|
||||
|
||||
// Repositories
|
||||
services.AddDatabaseRepositories(globalSettings);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user