mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 02:52:50 -05:00
remove unused jobskey
This commit is contained in:
@ -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; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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,
|
||||||
|
Reference in New Issue
Block a user