1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-30 13:33:24 +01:00

remove unused jobskey

This commit is contained in:
Kyle Spearrin 2017-09-01 14:07:50 -04:00
parent a614d59465
commit bd567e9853
2 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,5 @@
public virtual string StripeWebhookKey { get; set; } public virtual string StripeWebhookKey { get; set; }
public virtual string StripeWebhookSecret { get; set; } public virtual string StripeWebhookSecret { get; set; }
public virtual string BraintreeWebhookKey { get; set; } public virtual string BraintreeWebhookKey { get; set; }
public virtual string JobsKey { get; set; }
} }
} }

View File

@ -38,8 +38,7 @@
"billingSettings": { "billingSettings": {
"stripeWebhookKey": "SECRET", "stripeWebhookKey": "SECRET",
"stripeWebhookSecret": "SECRET", "stripeWebhookSecret": "SECRET",
"braintreeWebhookKey": "SECRET", "braintreeWebhookKey": "SECRET"
"jobsKey": "SECRET"
}, },
"braintree": { "braintree": {
"production": false, "production": false,