mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
5fc2fc6ff7
* chore(connectors): config template md files to json files * chore(connectors): fix path of reading config-template files
23 lines
585 B
JSON
23 lines
585 B
JSON
{
|
|
"accessKeyId": "<access-key-id>",
|
|
"accessKeySecret": "<access-key-secret>",
|
|
"accountName": "<verified-account-name>",
|
|
"fromAlias": "<connector-alias>",
|
|
"templates": [
|
|
{
|
|
"usageType": "SignIn",
|
|
"subject": "<sign-in-template-subject>",
|
|
"content": "<sign-in-template-content>"
|
|
},
|
|
{
|
|
"usageType": "Register",
|
|
"subject": "<register-template-subject>",
|
|
"content": "<register-template-content>"
|
|
},
|
|
{
|
|
"usageType": "Test",
|
|
"subject": "<test-template-subject>",
|
|
"content": "<test-template-content>"
|
|
}
|
|
]
|
|
}
|