mirror of
https://github.com/bitwarden/server
synced 2026-01-07 02:53:38 +00:00
paymentservice with stripe & braintree implem.
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
"baseVaultUri": "https://vault.bitwarden.com/#",
|
||||
"u2f": {
|
||||
"appId": "https://vault.bitwarden.com/app-id.json"
|
||||
},
|
||||
"braintree": {
|
||||
"production": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,6 +36,12 @@
|
||||
},
|
||||
"u2f": {
|
||||
"appId": "https://localhost:4001/app-id.json"
|
||||
},
|
||||
"braintree": {
|
||||
"production": false,
|
||||
"merchantId": "SECRET",
|
||||
"publicKey": "SECRET",
|
||||
"privateKey": "SECRET"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user