#tradewind: add OCR template
This commit is contained in:
@ -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',
|
||||
];
|
||||
|
Reference in New Issue
Block a user