0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore(connector): update Alipay configTemplates for better demonstration (#1392)

This commit is contained in:
Darcy Ye 2022-07-04 11:37:46 +08:00 committed by GitHub
parent 2fd3833481
commit 2ad6e57db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"appId": "<app-id>",
"signType": "<signing-algorithm>",
"signType": "<signing-algorithm-either-RSA-or-RSA2>",
"privateKey": "<private-key>"
}

View file

@ -1,5 +1,5 @@
{
"appId": "<app-id>",
"signType": "<signing-algorithm>",
"signType": "<signing-algorithm-either-RSA-or-RSA2>",
"privateKey": "<private-key>"
}