Set TLS keystore password from secrets configuration

This commit is contained in:
Chris Eager
2023-12-01 11:06:56 -06:00
committed by Chris Eager
parent a37acd1f42
commit 3090de56b8
5 changed files with 40 additions and 2 deletions

View File

@@ -42,6 +42,9 @@ metrics:
grpcPort: 8080
tlsKeyStore:
password: secret://tlsKeyStore.password
stripe:
apiKey: secret://stripe.apiKey
idempotencyKeyGenerator: secret://stripe.idempotencyKeyGenerator
@@ -54,7 +57,6 @@ stripe:
SEPA_DEBIT:
- eur
braintree:
merchantId: unset
publicKey: unset