This commit is contained in:
Luk Lu
2022-03-27 23:19:50 +08:00
parent dbd8d2438b
commit 4b8fe41a4d
2 changed files with 11 additions and 8 deletions

View File

@@ -36,6 +36,8 @@ module.exports = {
TEMPLATE_PASSCODE_SIMPLEST: ' ?????? ',
},
TENCENT: { // https://cloud.tencent.com/document/product/382/43197
appid: '',
signName: '',
credential: {
/* 必填腾讯云账户密钥对secretIdsecretKey。
* 这里采用的是从环境变量读取的方式,需要在环境变量中先设置这两个值。