Make BraintreeConfiguration.publicKey a SecretString

This commit is contained in:
Chris Eager
2025-10-01 12:15:37 -05:00
committed by Chris Eager
parent 9384813752
commit 6e42b2898c
6 changed files with 6 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ aws.secretAccessKey: secretAccess
stripe.apiKey: unset
stripe.idempotencyKeyGenerator: abcdefg12345678= # base64 for creating request idempotency hash
braintree.publicKey: unset
braintree.privateKey: unset
# The below private key was generated exclusively for testing purposes. Do not use it in any other context.

View File

@@ -56,7 +56,7 @@ stripe:
braintree:
merchantId: unset
publicKey: unset
publicKey: secret://braintree.publicKey
privateKey: secret://braintree.privateKey
environment: sandbox
graphqlUrl: unset