mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 11:07:58 +01:00
Make BraintreeConfiguration.publicKey a SecretString
This commit is contained in:
@@ -3,6 +3,7 @@ datadog.apiKey: unset
|
||||
stripe.apiKey: unset
|
||||
stripe.idempotencyKeyGenerator: abcdefg12345678= # base64 for creating request idempotency hash
|
||||
|
||||
braintree.publicKey: unset
|
||||
braintree.privateKey: unset
|
||||
|
||||
googlePlayBilling.credentialsJson: |
|
||||
|
||||
@@ -57,7 +57,7 @@ stripe:
|
||||
|
||||
braintree:
|
||||
merchantId: unset
|
||||
publicKey: unset
|
||||
publicKey: secret://braintree.publicKey
|
||||
privateKey: secret://braintree.privateKey
|
||||
environment: unset
|
||||
graphqlUrl: unset
|
||||
|
||||
Reference in New Issue
Block a user