mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 21:58:02 +01:00
Make googlePlayBilling.credentialsJson not a secret
This commit is contained in:
@@ -46,7 +46,16 @@ braintree:
|
||||
type: stub
|
||||
|
||||
googlePlayBilling:
|
||||
credentialsJson: secret://googlePlayBilling.credentialsJson
|
||||
credentialsJson: |
|
||||
{
|
||||
"type": "external_account",
|
||||
"credential_source": {
|
||||
"file": "/tmp/my-token"
|
||||
},
|
||||
"subject_token_type": "urn:ietf:params:oauth:token-type:jwt",
|
||||
"audience": "//iam.googleapis.com/abc",
|
||||
"token_url": "https://sts.googleapis.com/v1/token"
|
||||
}
|
||||
packageName: package.name
|
||||
applicationName: test
|
||||
productIdToLevel: {}
|
||||
|
||||
Reference in New Issue
Block a user