config.local.js.1.example 437 B

12345678910111213141516171819
  1. module.exports = {
  2. mysql: {
  3. host: 'localhost',
  4. port: 3306,
  5. user: '',
  6. pass: '',
  7. db: '',
  8. char: 'utf8mb4'
  9. },
  10. serverHost: 'localhost',
  11. tunnelServerUrl: '',
  12. tunnelSignatureKey: '',
  13. // 腾讯云相关配置可以查看云 API 秘钥控制台:https://console.qcloud.com/capi
  14. qcloudAppId: '',
  15. qcloudSecretId: '',
  16. qcloudSecretKey: '',
  17. wxMessageToken: ''
  18. }