12345678910111213141516171819202122232425262728293031 |
- identityKey: 'zycoozycoo' # jwt secret
- ttsPath: './msc/res/tts' #tts 路径
- googleJsonKeyFile: '/google.json' #google key file
- savePath: '/tmp' #存储路径
- # AMI
- asteriskAMIHost: '127.0.0.1'
- asteriskAMIPort: '5038'
- asteriskAMIUser: 'admin'
- asteriskAMISecret: 'admin'
- # AGI
- asteriskAGIPort: '18080'
- # 数据库配置
- mysqlDBHost: '127.0.0.1'
- mysqlDBUser: 'coovox_admin'
- mysqlDBSecret: 'ZycooCoovoxDba42'
- # Redis
- redisDBHost: 'localhost'
- redisDBPort: '6379'
- redisDBSecret: ''
- # log
- logErrorPath: './error.log'
- logInfoPath: './info.log'
- # music upload
- storagePath: '/tmp'
|