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:
parent
2fd3833481
commit
2ad6e57db0
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"appId": "<app-id>",
|
||||
"signType": "<signing-algorithm>",
|
||||
"signType": "<signing-algorithm-either-RSA-or-RSA2>",
|
||||
"privateKey": "<private-key>"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"appId": "<app-id>",
|
||||
"signType": "<signing-algorithm>",
|
||||
"signType": "<signing-algorithm-either-RSA-or-RSA2>",
|
||||
"privateKey": "<private-key>"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue