findme-miniprogram-frontend/config/config.private.example.js

23 lines
627 B
JavaScript
Raw Permalink Normal View History

2025-12-27 17:16:03 +08:00
/**
* 私有配置示例文件
* 复制为 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' // 文件记录保存接口
}
};