mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 10:58:04 +01:00
Fix comment typos in test.yml
This commit is contained in:
@@ -6,7 +6,7 @@ stripe.idempotencyKeyGenerator: abcdefg12345678= # base64 for creating request i
|
||||
|
||||
braintree.privateKey: unset
|
||||
|
||||
# The below private key was key generated exclusively for testing purposes. Do not use it in any other context.
|
||||
# The below private key was generated exclusively for testing purposes. Do not use it in any other context.
|
||||
googlePlayBilling.credentialsJson: |
|
||||
{ "type": "service_account", "client_id": "client_id", "client_email": "fake@example.com",
|
||||
"private_key_id": "id",
|
||||
@@ -39,7 +39,7 @@ googlePlayBilling.credentialsJson: |
|
||||
TQkqmVUmgKKvCFTPWwCgeIOD
|
||||
-----END PRIVATE KEY-----" }
|
||||
|
||||
# The below private key was key generated exclusively for testing purposes. Do not use it in any other context.
|
||||
# The below private key was generated exclusively for testing purposes. Do not use it in any other context.
|
||||
appleAppStore.encodedKey: |
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgF32wH6zG3GFMBs38
|
||||
@@ -58,7 +58,7 @@ svrb.userIdTokenSharedSecret: bbcdefghijklmnopqrstuvwxyz0123456789ABCDEFG= # bas
|
||||
|
||||
tus.userAuthenticationTokenSharedSecret: abcdefghijklmnopqrstuvwxyz0123456789ABCDEFG=
|
||||
|
||||
# The below private key was key generated exclusively for testing purposes. Do not use it in any other context.
|
||||
# The below private key was generated exclusively for testing purposes. Do not use it in any other context.
|
||||
gcpAttachments.rsaSigningKey: |
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCrfHLw9zr/8mTX
|
||||
@@ -91,7 +91,7 @@ gcpAttachments.rsaSigningKey: |
|
||||
|
||||
apn.teamId: team-id
|
||||
apn.keyId: key-id
|
||||
# The below private key was key generated exclusively for testing purposes. Do not use it in any other context.
|
||||
# The below private key was generated exclusively for testing purposes. Do not use it in any other context.
|
||||
apn.signingKey: |
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgxIXnNiHH35DDbKHY
|
||||
@@ -99,7 +99,7 @@ apn.signingKey: |
|
||||
7NSEd5L+df4M7V9YxxDoYY+UHd8B/KmrWR29SVIRLncSULgfSnHnHvoH
|
||||
-----END PRIVATE KEY-----
|
||||
|
||||
# The below private key was key generated exclusively for testing purposes. Do not use it in any other context.
|
||||
# The below private key was generated exclusively for testing purposes. Do not use it in any other context.
|
||||
fcm.credentials: |
|
||||
{ "type": "service_account", "client_id": "client_id", "client_email": "fake@example.com",
|
||||
"private_key_id": "id",
|
||||
|
||||
Reference in New Issue
Block a user