upload project
This commit is contained in:
commit
06961cae04
422 changed files with 110626 additions and 0 deletions
22
config/config.private.example.js
Normal file
22
config/config.private.example.js
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/**
|
||||
* 私有配置示例文件
|
||||
* 复制为 config.private.js 并填入真实密钥,仅在本地开发或安全的CI环境中使用。
|
||||
*/
|
||||
module.exports = {
|
||||
scana: {
|
||||
textBusinessId: '',
|
||||
imageBusinessId: '',
|
||||
appId: '',
|
||||
secretKey: ''
|
||||
},
|
||||
amapKey: '',
|
||||
|
||||
// 腾讯云COS配置 - 已配置正式环境
|
||||
cos: {
|
||||
bucket: 'findme-1375214531', // 存储桶名称
|
||||
region: 'ap-guangzhou', // 地域
|
||||
stsUrl: '/api/v1/cos/sts', // 临时密钥接口
|
||||
fileCheckUrl: '/api/v1/cos/file/check', // 文件去重检查接口
|
||||
fileRecordUrl: '/api/v1/cos/file/record' // 文件记录保存接口
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue