config.yaml 578 B

12345678910111213141516171819202122232425262728293031
  1. identityKey: 'zycoozycoo' # jwt secret
  2. ttsPath: './msc/res/tts' #tts 路径
  3. googleJsonKeyFile: '/google.json' #google key file
  4. savePath: '/tmp' #存储路径
  5. # AMI
  6. asteriskAMIHost: '127.0.0.1'
  7. asteriskAMIPort: '5038'
  8. asteriskAMIUser: 'admin'
  9. asteriskAMISecret: 'admin'
  10. # AGI
  11. asteriskAGIPort: '18080'
  12. # 数据库配置
  13. mysqlDBHost: '127.0.0.1'
  14. mysqlDBUser: 'coovox_admin'
  15. mysqlDBSecret: 'ZycooCoovoxDba42'
  16. # Redis
  17. redisDBHost: 'localhost'
  18. redisDBPort: '6379'
  19. redisDBSecret: ''
  20. # log
  21. logErrorPath: './error.log'
  22. logInfoPath: './info.log'
  23. # music upload
  24. storagePath: '/tmp'