#tradewind: add OCR template

This commit is contained in:
2023-02-12 21:47:09 +08:00
parent ede91ae16e
commit e2755a8cf6
3 changed files with 77 additions and 1 deletions

View File

@ -16,3 +16,9 @@ $globalConfig['COS'] = [
'secretKey' => 'secretKey', //替换为用户的 secretKey请登录访问管理控制台进行查看和管理https://console.cloud.tencent.com/cam/capi
'region' => 'region', //替换为用户的 region已创建桶归属的region可以在控制台查看https://console.cloud.tencent.com/cos5/bucket
];
$globalConfig['OCR'] = [
'secretId' => 'secretId',
'secretKey' => 'secretKey',
];