1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-24 17:17:40 +01:00

add back billing settings

This commit is contained in:
Kyle Spearrin 2017-05-06 09:15:07 -04:00
parent c4293afe57
commit a461aefd69

View File

@ -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);