module.exports = { mysql: { host: 'localhost', port: 3306, user: '', pass: '', db: '', char: 'utf8mb4' }, serverHost: 'localhost', tunnelServerUrl: '', tunnelSignatureKey: '', // 腾讯云相关配置可以查看云 API 秘钥控制台:https://console.qcloud.com/capi qcloudAppId: '', qcloudSecretId: '', qcloudSecretKey: '', wxMessageToken: '' }