mirror of
https://github.com/bitwarden/server.git
synced 2024-12-23 17:07:42 +01:00
add back billing settings
This commit is contained in:
parent
c4293afe57
commit
a461aefd69
@ -29,6 +29,7 @@ namespace Bit.Billing
|
||||
|
||||
// Settings
|
||||
var globalSettings = services.AddGlobalSettingsServices(Configuration);
|
||||
services.Configure<BillingSettings>(Configuration.GetSection("BillingSettings"));
|
||||
|
||||
// Stripe Billing
|
||||
StripeConfiguration.SetApiKey(globalSettings.StripeApiKey);
|
||||
|
Loading…
Reference in New Issue
Block a user