mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
remove unused jobskey
This commit is contained in:
parent
a614d59465
commit
bd567e9853
@ -5,6 +5,5 @@
|
||||
public virtual string StripeWebhookKey { get; set; }
|
||||
public virtual string StripeWebhookSecret { get; set; }
|
||||
public virtual string BraintreeWebhookKey { get; set; }
|
||||
public virtual string JobsKey { get; set; }
|
||||
}
|
||||
}
|
||||
|
@ -38,8 +38,7 @@
|
||||
"billingSettings": {
|
||||
"stripeWebhookKey": "SECRET",
|
||||
"stripeWebhookSecret": "SECRET",
|
||||
"braintreeWebhookKey": "SECRET",
|
||||
"jobsKey": "SECRET"
|
||||
"braintreeWebhookKey": "SECRET"
|
||||
},
|
||||
"braintree": {
|
||||
"production": false,
|
||||
|
Loading…
Reference in New Issue
Block a user