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