mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
paymentservice with stripe & braintree implem.
This commit is contained in:
@@ -40,6 +40,12 @@
|
||||
},
|
||||
"u2f": {
|
||||
"appId": "https://localhost:4001/app-id.json"
|
||||
},
|
||||
"braintree": {
|
||||
"production": false,
|
||||
"merchantId": "SECRET",
|
||||
"publicKey": "SECRET",
|
||||
"privateKey": "SECRET"
|
||||
}
|
||||
},
|
||||
"IpRateLimitOptions": {
|
||||
|
||||
Reference in New Issue
Block a user