/** * 私有配置示例文件 * 复制为 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' // 文件记录保存接口 } };